< prev index next >

src/java.corba/share/classes/com/sun/tools/corba/se/idl/StringEntry.java

Print this page

        

@@ -89,11 +89,11 @@
   {
     stringGen.generate (symbolTable, this, stream);
   } // generate
 
   /** Access the primitive type generator.
-      @returns an object which implements the PrimitiveGen interface.
+      @return an object which implements the PrimitiveGen interface.
       @see PrimitiveGen */
   public Generator generator ()
   {
     return stringGen;
   } // generator
< prev index next >