[jboss-svn-commits] JBL Code SVN: r5536 - labs/jbossesb/trunk/product/core/common/src/org/jboss/soa/esb/common

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Aug 7 09:59:45 EDT 2006


Author: mark.little at jboss.com
Date: 2006-08-07 09:59:43 -0400 (Mon, 07 Aug 2006)
New Revision: 5536

Modified:
   labs/jbossesb/trunk/product/core/common/src/org/jboss/soa/esb/common/SystemProperties.java
Log:
fixed typo in property name (jorg should be org).

Modified: labs/jbossesb/trunk/product/core/common/src/org/jboss/soa/esb/common/SystemProperties.java
===================================================================
--- labs/jbossesb/trunk/product/core/common/src/org/jboss/soa/esb/common/SystemProperties.java	2006-08-07 13:51:10 UTC (rev 5535)
+++ labs/jbossesb/trunk/product/core/common/src/org/jboss/soa/esb/common/SystemProperties.java	2006-08-07 13:59:43 UTC (rev 5536)
@@ -42,7 +42,7 @@
 
 	public static final String OBJECT_STORE_CONFIG_FILE = "org.jboss.soa.esb.objStore.configfile";
 
-	public static final String ENCRYPT_FACTORY_CLASS = "jorg.jboss.soa.esb.encryption.factory.class";
+	public static final String ENCRYPT_FACTORY_CLASS = "org.jboss.soa.esb.encryption.factory.class";
 
 	public static final String DEFAULT_HOST = "localhost";
 




More information about the jboss-svn-commits mailing list