Author: mrglavas
Date: Sat May 14 16:33:19 2011
New Revision: 1103152

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

Modified:
    xerces/java/trunk/src/org/apache/xerces/util/SoftReferenceSymbolTable.java

Modified: 
xerces/java/trunk/src/org/apache/xerces/util/SoftReferenceSymbolTable.java
URL: 
http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/SoftReferenceSymbolTable.java?rev=1103152&r1=1103151&r2=1103152&view=diff
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/SoftReferenceSymbolTable.java 
(original)
+++ xerces/java/trunk/src/org/apache/xerces/util/SoftReferenceSymbolTable.java 
Sat May 14 16:33:19 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to