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 2012/09/28 20:40:05 UTC

svn commit: r1391587 - in /xerces/java/trunk/src/org/apache: html/dom/ObjectFactory.java xerces/dom/ObjectFactory.java xerces/impl/dv/ObjectFactory.java xerces/parsers/ObjectFactory.java xerces/xinclude/ObjectFactory.java xml/serialize/ObjectFactory.java

Author: mrglavas
Date: Fri Sep 28 18:40:04 2012
New Revision: 1391587

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

Modified:
    xerces/java/trunk/src/org/apache/html/dom/ObjectFactory.java
    xerces/java/trunk/src/org/apache/xerces/dom/ObjectFactory.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/ObjectFactory.java
    xerces/java/trunk/src/org/apache/xerces/parsers/ObjectFactory.java
    xerces/java/trunk/src/org/apache/xerces/xinclude/ObjectFactory.java
    xerces/java/trunk/src/org/apache/xml/serialize/ObjectFactory.java

Modified: xerces/java/trunk/src/org/apache/html/dom/ObjectFactory.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/html/dom/ObjectFactory.java?rev=1391587&r1=1391586&r2=1391587&view=diff
==============================================================================
--- xerces/java/trunk/src/org/apache/html/dom/ObjectFactory.java (original)
+++ xerces/java/trunk/src/org/apache/html/dom/ObjectFactory.java Fri Sep 28 18:40:04 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/trunk/src/org/apache/xerces/dom/ObjectFactory.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/dom/ObjectFactory.java?rev=1391587&r1=1391586&r2=1391587&view=diff
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/dom/ObjectFactory.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/dom/ObjectFactory.java Fri Sep 28 18:40:04 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/trunk/src/org/apache/xerces/impl/dv/ObjectFactory.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/ObjectFactory.java?rev=1391587&r1=1391586&r2=1391587&view=diff
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/ObjectFactory.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/ObjectFactory.java Fri Sep 28 18:40:04 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/trunk/src/org/apache/xerces/parsers/ObjectFactory.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/parsers/ObjectFactory.java?rev=1391587&r1=1391586&r2=1391587&view=diff
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/parsers/ObjectFactory.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/parsers/ObjectFactory.java Fri Sep 28 18:40:04 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/trunk/src/org/apache/xerces/xinclude/ObjectFactory.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/xinclude/ObjectFactory.java?rev=1391587&r1=1391586&r2=1391587&view=diff
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/xinclude/ObjectFactory.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/xinclude/ObjectFactory.java Fri Sep 28 18:40:04 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/trunk/src/org/apache/xml/serialize/ObjectFactory.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xml/serialize/ObjectFactory.java?rev=1391587&r1=1391586&r2=1391587&view=diff
==============================================================================
--- xerces/java/trunk/src/org/apache/xml/serialize/ObjectFactory.java (original)
+++ xerces/java/trunk/src/org/apache/xml/serialize/ObjectFactory.java Fri Sep 28 18:40:04 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: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org