src/share/classes/javax/swing/text/html/HTMLDocument.java

Print this page

        

*** 621,631 **** * the documents element structure. * * @param n the number of tokens to buffer */ public void setTokenThreshold(int n) { ! putProperty(TokenThreshold, new Integer(n)); } /** * Gets the number of tokens to buffer before trying to update * the documents element structure. The default value is --- 621,631 ---- * the documents element structure. * * @param n the number of tokens to buffer */ public void setTokenThreshold(int n) { ! putProperty(TokenThreshold, n); } /** * Gets the number of tokens to buffer before trying to update * the documents element structure. The default value is