< prev index next >

src/java.corba/share/classes/com/sun/corba/se/impl/ior/ObjectKeyTemplateBase.java

Print this page

        

@@ -45,13 +45,11 @@
 import com.sun.corba.se.impl.encoding.EncapsOutputStream ;
 
 import com.sun.corba.se.impl.logging.IORSystemException ;
 
 
-/**
- * @author
- */
+
 public abstract class ObjectKeyTemplateBase implements ObjectKeyTemplate
 {
     // Fixed constants for Java IDL object key template forms
     public static final String JIDL_ORB_ID = "" ;
     private static final String[] JIDL_OAID_STRINGS = { "TransientObjectAdapter" } ;
< prev index next >