You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rw...@apache.org on 2004/12/17 12:39:20 UTC

cvs commit: jakarta-commons-sandbox/id/src/java/org/apache/commons/id/uuid/state StateHelper.java

rwinston    2004/12/17 03:39:20

  Modified:    id/src/java/org/apache/commons/id/uuid/state
                        StateHelper.java
  Log:
  Remove dependency on [codec]
  
  Revision  Changes    Path
  1.5       +5 -4      jakarta-commons-sandbox/id/src/java/org/apache/commons/id/uuid/state/StateHelper.java
  
  Index: StateHelper.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/id/src/java/org/apache/commons/id/uuid/state/StateHelper.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- StateHelper.java	31 May 2004 06:56:50 -0000	1.4
  +++ StateHelper.java	17 Dec 2004 11:39:20 -0000	1.5
  @@ -24,14 +24,15 @@
   import java.util.Random;
   import java.util.StringTokenizer;
   
  -import org.apache.commons.codec.DecoderException;
  -import org.apache.commons.codec.binary.Hex;
  -import org.apache.commons.codec.digest.DigestUtils;
  +import org.apache.commons.id.DecoderException;
   import org.apache.commons.discovery.tools.DiscoverClass;
   import org.apache.commons.id.uuid.Bytes;
   import org.apache.commons.id.uuid.Constants;
   import org.apache.commons.id.uuid.clock.Clock;
   import org.apache.commons.id.uuid.clock.OverClockedException;
  +import org.apache.commons.id.uuid.clock.SystemClockImpl;
  +import org.apache.commons.id.uuid.utils.DigestUtils;
  +import org.apache.commons.id.uuid.utils.Hex;
   
   /**
    * <p><code>StateHelper</code> provides helper methods for the uuid state
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org