Kinda. We should review each method whether it a) should be there in 3.0, and b) whether it makes sense to return something else than a Collection.

My preferred way would be to make WikiEngine an interface, and only take those methods that we feel to be "worthy" into it.

/Janne

On 25 Feb 2009, at 22:18, Harry Metske wrote:

Hi,

the WikiEngine (and other classes) currently have methods returning raw type
Collections, causing compile warnings.
Any objections if I change those to strong typed ones (mostly
Collection<String> ) ?

regards,
Harry

Reply via email to