diff --git a/core/java/src/net/i2p/data/Hash.java b/core/java/src/net/i2p/data/Hash.java index a573b6835d..a99f5ceb5a 100644 --- a/core/java/src/net/i2p/data/Hash.java +++ b/core/java/src/net/i2p/data/Hash.java @@ -182,6 +182,7 @@ public class Hash extends DataStructureImpl { return _base64ed; } +/******** public static void main(String args[]) { testFill(); testOverflow(); @@ -273,4 +274,5 @@ public class Hash extends DataStructureImpl { } _log.debug("Fill check test passed"); } +*********/ }