On 14/01/10 23:20, Emmanuel Lcharny wrote:
[...]
But for users, DN(String) covers 99% of their usage. This is how they
created DN with JNDI, and i'm not sure they want something very
different. Now, internally, othing prevent you to write something like :
public DN(String dnStr) {
return valueOf( dnStr );
}
Nothing will prevent you from writing something like that, but the compiler will prevent you from compiling it. Get some sleep! ;-)
Matt
