Author: mrglavas
Date: Fri Sep 28 18:40:58 2012
New Revision: 1391590
URL: http://svn.apache.org/viewvc?rev=1391590&view=rev
Log:
Fixing a typo in a comment.
Modified:
xerces/java/branches/xml-schema-1.1-dev/samples/xni/ObjectFactory.java
Modified: xerces/java/branches/xml-schema-1.1-dev/samples/xni/ObjectFactory.java
URL:
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/samples/xni/ObjectFactory.java?rev=1391590&r1=1391589&r2=1391590&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/samples/xni/ObjectFactory.java
(original)
+++ xerces/java/branches/xml-schema-1.1-dev/samples/xni/ObjectFactory.java Fri
Sep 28 18:40:58 2012
@@ -365,7 +365,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]