Your outer class probably also has a parameter `&l...
# announcements
k
Your outer class probably also has a parameter
<T>
, and your inner class is shadowing that one. You probably don't want an independent one for the inner class, so remove that.