Author: mrglavas
Date: Fri Sep 28 18:40:23 2012
New Revision: 1391588
URL: http://svn.apache.org/viewvc?rev=1391588&view=rev
Log:
Fixing a typo in a comment.
Modified:
xerces/java/trunk/samples/xni/ObjectFactory.java
Modified: xerces/java/trunk/samples/xni/ObjectFactory.java
URL:
http://svn.apache.org/viewvc/xerces/java/trunk/samples/xni/ObjectFactory.java?rev=1391588&r1=1391587&r2=1391588&view=diff
==============================================================================
--- xerces/java/trunk/samples/xni/ObjectFactory.java (original)
+++ xerces/java/trunk/samples/xni/ObjectFactory.java Fri Sep 28 18:40:23 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]