< prev index next >

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

Print this page

        

@@ -532,11 +532,11 @@
       name = javaName (entry) + "Holder";
     return name;
   } // holderName
 
   /**
-   * <d61056>
+   * d61056
    **/
   public static String helperName (SymtabEntry entry, boolean qualifiedName)
   {
     if (entry instanceof ValueEntry)
       if (entry.name ().equals ("ValueBase"))

@@ -1410,11 +1410,11 @@
   } // IDLEntity
 
   // <d62023>
   /**
    * @return true if the current setting of corbaLevel is within delta of
-   *    the range min <= corbaLevel <= max
+   *    the range {@code min <= corbaLevel <= max}
    **/
   public static boolean corbaLevel (float min, float max)
   {
     float level = Compile.compiler.arguments.corbaLevel;
     float delta = 0.001f;
< prev index next >