You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2011/05/14 18:33:51 UTC

svn commit: r1103153 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/util/SoftReferenceSymbolTable.java

Author: mrglavas
Date: Sat May 14 16:33:50 2011
New Revision: 1103153

URL: http://svn.apache.org/viewvc?rev=1103153&view=rev
Log:
Fixing a Javadoc typo.

Modified:
    xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/util/SoftReferenceSymbolTable.java

Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/util/SoftReferenceSymbolTable.java
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/util/SoftReferenceSymbolTable.java?rev=1103153&r1=1103152&r2=1103153&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/util/SoftReferenceSymbolTable.java (original)
+++ xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/util/SoftReferenceSymbolTable.java Sat May 14 16:33:50 2011
@@ -24,7 +24,7 @@ import java.lang.ref.SoftReference;
  * This symbol table uses SoftReferences to its String entries, which means that table entries
  * that have no references to them can be garbage collected when memory is needed.  Thus, in
  * documents with very very large numbers of unique strings, using this SymbolTable will prevent
- * an out of memory error from occuring.
+ * an out of memory error from occurring.
  * 
  * @see SymbolTable
  *



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org