< prev index next >

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

Print this page

        

@@ -32,13 +32,10 @@
 
 import com.sun.corba.se.spi.ior.iiop.GIOPVersion ;
 
 import com.sun.corba.se.spi.ior.TaggedComponent ;
 
-/**
- * @author
- */
 public class GenericTaggedComponent extends GenericIdentifiable
     implements TaggedComponent
 {
     public GenericTaggedComponent( int id, InputStream is )
     {

@@ -50,12 +47,10 @@
         super( id, data ) ;
     }
 
     /**
      * @return org.omg.IOP.TaggedComponent
-     * @exception
-     * @author
      */
     public org.omg.IOP.TaggedComponent getIOPComponent( ORB orb )
     {
         return new org.omg.IOP.TaggedComponent( getId(),
             getData() ) ;
< prev index next >