< prev index next >

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

Print this page

        

@@ -95,11 +95,11 @@
     _absFilename = afn;
   }
 
   //d44810
   /** Access the fully-qualified file specification of this include.
-      @returns a string containing the path of the include file. */
+      @return a string containing the path of the include file. */
   public String absFilename ()
   {
     return _absFilename;
   }
 
< prev index next >