[Date Prev][Date Next] [Chronological] [Thread] [Top]

draft-...-java-api-07 &



Editorial question.  Should classes that come from the Java jdk be designated by their fully qualified names instead of their simple names.  This makes the draft more exact and in some cases where multiple instances of a class by that name exist, defines explicitly which class is referenced (even though it may seem obvious).

Example:

public String getAuthenticationDN()
         replace with
public java.lang.String getAuthenticationDN()

public InputStream getInputStream()
         replace with
public java.io.InputStream getInputStream()
        (It is NOT org.omg.CORBA.portable.InputStream)

------------------------
Steve Sonntag
Novell Directory Services
+1 801 861 7097