src/share/classes/java/text/RBTableBuilder.java

Print this page

        

@@ -69,11 +69,11 @@
     /**
      * Create a table-based collation object with the given rules.
      * This is the main function that actually builds the tables and
      * stores them back in the RBCollationTables object.  It is called
      * ONLY by the RBCollationTables constructor.
-     * @see java.util.RuleBasedCollator#RuleBasedCollator
+     * @see RuleBasedCollator#RuleBasedCollator
      * @exception ParseException If the rules format is incorrect.
      */
 
     public void build(String pattern, int decmp) throws ParseException
     {