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 ga...@apache.org on 2005/01/21 07:56:02 UTC

cvs commit: ws-axis/java/src/org/apache/axis/components/uuid UUIDGenFactory.java

gawor       2005/01/20 22:56:01

  Modified:    java/src/org/apache/axis/components/uuid UUIDGenFactory.java
  Log:
  fixed wrong class
  
  Revision  Changes    Path
  1.8       +1 -1      ws-axis/java/src/org/apache/axis/components/uuid/UUIDGenFactory.java
  
  Index: UUIDGenFactory.java
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/src/org/apache/axis/components/uuid/UUIDGenFactory.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- UUIDGenFactory.java	4 Nov 2004 21:05:07 -0000	1.7
  +++ UUIDGenFactory.java	21 Jan 2005 06:56:01 -0000	1.8
  @@ -41,7 +41,7 @@
       protected static Log log = LogFactory.getLog(UUIDGenFactory.class.getName());
   
       static {
  -        AxisProperties.setClassOverrideProperty(Compiler.class, "axis.UUIDGenerator");
  +        AxisProperties.setClassOverrideProperty(UUIDGen.class, "axis.UUIDGenerator");
           AxisProperties.setClassDefault(UUIDGen.class, "org.apache.axis.components.uuid.FastUUIDGen");
       }