Hi,

I noticed that the blueprint NamespaceHandler defines a
NamespaceHander to have the following method:

    Set<Class> getManagedClasses();

It seems odd to me that the Set has been parameterized, but not the
Class. Unless anyone objects I plan to change it to:

    Set<Class<?>> getManagedClasses();

in the trunk.

Alasdair

-- 
Alasdair Nottingham
[email protected]

Reply via email to