From d3950bdcf1739feb7dd0471464654b6b3c110d23 Mon Sep 17 00:00:00 2001 From: zzz Date: Tue, 6 Sep 2011 13:24:21 +0000 Subject: [PATCH] comment out main --- core/java/src/net/i2p/data/RoutingKeyGenerator.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/java/src/net/i2p/data/RoutingKeyGenerator.java b/core/java/src/net/i2p/data/RoutingKeyGenerator.java index 94bb7135f5..f4c62dba9b 100644 --- a/core/java/src/net/i2p/data/RoutingKeyGenerator.java +++ b/core/java/src/net/i2p/data/RoutingKeyGenerator.java @@ -120,6 +120,7 @@ public class RoutingKeyGenerator { return SHA256Generator.getInstance().calculateHash(modVal); } +/**** public static void main(String args[]) { Hash k1 = new Hash(); byte k1d[] = new byte[Hash.HASH_LENGTH]; @@ -137,4 +138,5 @@ public class RoutingKeyGenerator { } catch (Throwable t) { // nop } } +****/ }