< prev index next >

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

Print this page

        

@@ -78,11 +78,11 @@
   {
     exceptionGen.generate (symbolTable, this, stream);
   } // generate
 
   /** Access the exception generator.
-      @returns an object which implements the ExceptionGen interface.
+      @return an object which implements the ExceptionGen interface.
       @see ExceptionGen */
   public Generator generator ()
   {
     return exceptionGen;
   } // generator
< prev index next >