--- old/src/java.corba/share/classes/com/sun/tools/corba/se/idl/Arguments.java 2015-05-05 20:15:06.131833423 +0400 +++ new/src/java.corba/share/classes/com/sun/tools/corba/se/idl/Arguments.java 2015-05-05 20:15:06.051833423 +0400 @@ -68,9 +68,9 @@ * must check the arguments passed to it for validity and process the * arguments appropriately. If it detects an invalid argument, it should * throw an InvalidArgument exception. Arguments MUST be of the form - * `/ []' or `- []' where - * is optional (for example, -iC:\includes, `C:\includes' is the qualifier - * for the argument `i'). + * {@code '/ []'} or {@code '- []'} where {@code } + * is optional (for example, -iC:\includes, 'C:\includes' is the qualifier + * for the argument 'i'). * @param args The arguments which are unknown by the framework. * @param properties Environment-style properties collected from the * file idl.config. @@ -289,7 +289,7 @@ public Hashtable definedSymbols = new Hashtable (); /** - * True if new module entries are created for each + * (f46082.46.01) True if new module entries are created for each * re-opened module. **/ public boolean cppModule = false;