Author: mrglavas
Date: Tue Nov 10 20:32:56 2009
New Revision: 834654

URL: http://svn.apache.org/viewvc?rev=834654&view=rev
Log:
Reduce visibility to prevent applications from inadvertently acquiring a 
dependency on this internal class.

Modified:
    
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xpath/regex/CaseInsensitiveMap.java

Modified: 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xpath/regex/CaseInsensitiveMap.java
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xpath/regex/CaseInsensitiveMap.java?rev=834654&r1=834653&r2=834654&view=diff
==============================================================================
--- 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xpath/regex/CaseInsensitiveMap.java
 (original)
+++ 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xpath/regex/CaseInsensitiveMap.java
 Tue Nov 10 20:32:56 2009
@@ -18,9 +18,11 @@
 package org.apache.xerces.impl.xpath.regex;
 
 /**
+ * @xerces.internal
+ * 
  * @version $Id$
  */
-public class CaseInsensitiveMap {
+final class CaseInsensitiveMap {
 
     private static int CHUNK_SHIFT = 10;           /* 2^10 = 1k */
     private static int CHUNK_SIZE = (1<<CHUNK_SHIFT);



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to