JDOHelper.getObjectIds(Collection) should IMHO be JDOHelper.getObjectIds(Collection)

Tue, 27 Apr 2010 12:13:10 -0700

Hello all,

I just stumbled over a compilation error when I wanted to get a
collection of object-IDs, because the
JDOHelper.getObjectIds(Collection<Object>) is typed with
Collection<Object>. Shouldn't this be Collection<? extends Object> instead?

Best regards, Marco :-)


Reply via email to