POP3Folder.getParent()

Cedric Hyppolite <[email protected]> Sat, 22 Jul 2006 13:06:54 +0200
Newsgroups gmane.comp.java.classpath.extensions.discuss
Message-ID <[email protected]>
Hi,

 From the spec the method Folder.getParent() should return null when  
there is no parent.

In POP3Folder, the method getParent throws an exception instead of  
returning null. I think that it's not compliant to the spec.

What do you think ?

Regards,
Cedric