< prev index next >

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

Print this page

        

@@ -30,13 +30,11 @@
 import org.omg.CORBA_2_3.portable.InputStream ;
 import org.omg.CORBA_2_3.portable.OutputStream ;
 
 import com.sun.corba.se.spi.ior.iiop.IIOPAddress ;
 
-/**
- * @author
- */
+
 abstract class IIOPAddressBase implements IIOPAddress
 {
     // Ports are marshalled as shorts on the wire.  The IDL
     // type is unsigned short, which lacks a convenient representation
     // in Java in the 32768-65536 range.  So, we treat ports as
< prev index next >