[or-cvs] r8419: Patch from Karsten Loesing: fix imports in Bytes.java (torctl/trunk/java/net/freehaven/tor/control)

nickm at seul.org nickm at seul.org
Tue Sep 19 14:57:32 UTC 2006


Author: nickm
Date: 2006-09-19 10:57:31 -0400 (Tue, 19 Sep 2006)
New Revision: 8419

Modified:
   torctl/trunk/java/net/freehaven/tor/control/Bytes.java
Log:
Patch from Karsten Loesing: fix imports in Bytes.java

Modified: torctl/trunk/java/net/freehaven/tor/control/Bytes.java
===================================================================
--- torctl/trunk/java/net/freehaven/tor/control/Bytes.java	2006-09-18 14:59:25 UTC (rev 8418)
+++ torctl/trunk/java/net/freehaven/tor/control/Bytes.java	2006-09-19 14:57:31 UTC (rev 8419)
@@ -3,9 +3,8 @@
 // See LICENSE file for copying information
 package net.freehaven.tor.control;
 
-import java.util.ArrayList;
+import java.util.Arrays;
 import java.util.List;
-import java.util.StringTokenizer;
 
 /**
  * Static class to do bytewise structure manipulation in Java.



More information about the tor-commits mailing list