Author: mrglavas
Date: Fri Sep 28 18:40:44 2012
New Revision: 1391589

URL: http://svn.apache.org/viewvc?rev=1391589&view=rev
Log:
Fixing a typo in a comment.

Modified:
    
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/html/dom/ObjectFactory.java
    
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/dom/ObjectFactory.java
    
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/dv/ObjectFactory.java
    
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/parsers/ObjectFactory.java
    
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/xinclude/ObjectFactory.java
    
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xml/serialize/ObjectFactory.java

Modified: 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/html/dom/ObjectFactory.java
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/html/dom/ObjectFactory.java?rev=1391589&r1=1391588&r2=1391589&view=diff
==============================================================================
--- 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/html/dom/ObjectFactory.java
 (original)
+++ 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/html/dom/ObjectFactory.java
 Fri Sep 28 18:40:44 2012
@@ -364,7 +364,7 @@ final class ObjectFactory {
         throws ClassNotFoundException, ConfigurationError
     {
         //throw security exception if the calling thread is not allowed to 
access the package
-        //restrict the access to package as speicified in java.security policy
+        //restrict the access to package as specified in java.security policy
         SecurityManager security = System.getSecurityManager();
         if (security != null) {
             final int lastDot = className.lastIndexOf('.');

Modified: 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/dom/ObjectFactory.java
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/dom/ObjectFactory.java?rev=1391589&r1=1391588&r2=1391589&view=diff
==============================================================================
--- 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/dom/ObjectFactory.java
 (original)
+++ 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/dom/ObjectFactory.java
 Fri Sep 28 18:40:44 2012
@@ -364,7 +364,7 @@ final class ObjectFactory {
         throws ClassNotFoundException, ConfigurationError
     {
         //throw security exception if the calling thread is not allowed to 
access the package
-        //restrict the access to package as speicified in java.security policy
+        //restrict the access to package as specified in java.security policy
         SecurityManager security = System.getSecurityManager();
         if (security != null) {
             final int lastDot = className.lastIndexOf('.');

Modified: 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/dv/ObjectFactory.java
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/dv/ObjectFactory.java?rev=1391589&r1=1391588&r2=1391589&view=diff
==============================================================================
--- 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/dv/ObjectFactory.java
 (original)
+++ 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/dv/ObjectFactory.java
 Fri Sep 28 18:40:44 2012
@@ -364,7 +364,7 @@ final class ObjectFactory {
         throws ClassNotFoundException, ConfigurationError
     {
         //throw security exception if the calling thread is not allowed to 
access the package
-        //restrict the access to package as speicified in java.security policy
+        //restrict the access to package as specified in java.security policy
         SecurityManager security = System.getSecurityManager();
         if (security != null) {
             final int lastDot = className.lastIndexOf('.');

Modified: 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/parsers/ObjectFactory.java
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/parsers/ObjectFactory.java?rev=1391589&r1=1391588&r2=1391589&view=diff
==============================================================================
--- 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/parsers/ObjectFactory.java
 (original)
+++ 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/parsers/ObjectFactory.java
 Fri Sep 28 18:40:44 2012
@@ -362,7 +362,7 @@ final class ObjectFactory {
         throws ClassNotFoundException, ConfigurationError
     {
         //throw security exception if the calling thread is not allowed to 
access the package
-        //restrict the access to package as speicified in java.security policy
+        //restrict the access to package as specified in java.security policy
         SecurityManager security = System.getSecurityManager();
         if (security != null) {
             final int lastDot = className.lastIndexOf('.');

Modified: 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/xinclude/ObjectFactory.java
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/xinclude/ObjectFactory.java?rev=1391589&r1=1391588&r2=1391589&view=diff
==============================================================================
--- 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/xinclude/ObjectFactory.java
 (original)
+++ 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/xinclude/ObjectFactory.java
 Fri Sep 28 18:40:44 2012
@@ -362,7 +362,7 @@ final class ObjectFactory {
         throws ClassNotFoundException, ConfigurationError
     {
         //throw security exception if the calling thread is not allowed to 
access the package
-        //restrict the access to package as speicified in java.security policy
+        //restrict the access to package as specified in java.security policy
         SecurityManager security = System.getSecurityManager();
         if (security != null) {
             final int lastDot = className.lastIndexOf('.');

Modified: 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xml/serialize/ObjectFactory.java
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xml/serialize/ObjectFactory.java?rev=1391589&r1=1391588&r2=1391589&view=diff
==============================================================================
--- 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xml/serialize/ObjectFactory.java
 (original)
+++ 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xml/serialize/ObjectFactory.java
 Fri Sep 28 18:40:44 2012
@@ -362,7 +362,7 @@ final class ObjectFactory {
         throws ClassNotFoundException, ConfigurationError
     {
         //throw security exception if the calling thread is not allowed to 
access the package
-        //restrict the access to package as speicified in java.security policy
+        //restrict the access to package as specified in java.security policy
         SecurityManager security = System.getSecurityManager();
         if (security != null) {
             final int lastDot = className.lastIndexOf('.');



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

Reply via email to