I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 6144bfb4 authored by zzz's avatar zzz
Browse files

Comment out test code

parent 88dbd771
No related branches found
No related tags found
No related merge requests found
...@@ -182,6 +182,7 @@ public class Hash extends DataStructureImpl { ...@@ -182,6 +182,7 @@ public class Hash extends DataStructureImpl {
return _base64ed; return _base64ed;
} }
/********
public static void main(String args[]) { public static void main(String args[]) {
testFill(); testFill();
testOverflow(); testOverflow();
...@@ -273,4 +274,5 @@ public class Hash extends DataStructureImpl { ...@@ -273,4 +274,5 @@ public class Hash extends DataStructureImpl {
} }
_log.debug("Fill check test passed"); _log.debug("Fill check test passed");
} }
*********/
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment