diff --git a/core/java/src/net/i2p/data/Hash.java b/core/java/src/net/i2p/data/Hash.java index a573b6835d210e7925cc481283b7d710dc3324a2..a99f5ceb5ae40abc4ead4b0cce597259769d72aa 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"); } +*********/ }