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: [email protected]
For additional commands, e-mail: [email protected]