You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by rs...@apache.org on 2002/05/17 20:20:49 UTC

cvs commit: xml-axis/java/src/org/apache/axis EngineConfigurationFactory.java

rsitze      02/05/17 11:20:49

  Modified:    java/src/org/apache/axis EngineConfigurationFactory.java
  Log:
  Correct system property name to match use of literal in code,
  code changed to used constant rather than literal.
  
  Revision  Changes    Path
  1.5       +1 -1      xml-axis/java/src/org/apache/axis/EngineConfigurationFactory.java
  
  Index: EngineConfigurationFactory.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/EngineConfigurationFactory.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- EngineConfigurationFactory.java	14 Feb 2002 17:12:01 -0000	1.4
  +++ EngineConfigurationFactory.java	17 May 2002 18:20:49 -0000	1.5
  @@ -68,7 +68,7 @@
        * Property name used for setting an EngineConfiguration to be used
        * in creating engines.
        */
  -    public static final String SYSTEM_PROPERTY_NAME = "engineConfigFactory";
  +    public static final String SYSTEM_PROPERTY_NAME = "axis.EngineConfigFactory";
   
        /**
        * Get a default client engine configuration.