comment out main

This commit is contained in:
zzz
2011-09-06 13:24:21 +00:00
parent 73901f6e2e
commit d3950bdcf1

View File

@ -120,6 +120,7 @@ public class RoutingKeyGenerator {
return SHA256Generator.getInstance().calculateHash(modVal); return SHA256Generator.getInstance().calculateHash(modVal);
} }
/****
public static void main(String args[]) { public static void main(String args[]) {
Hash k1 = new Hash(); Hash k1 = new Hash();
byte k1d[] = new byte[Hash.HASH_LENGTH]; byte k1d[] = new byte[Hash.HASH_LENGTH];
@ -137,4 +138,5 @@ public class RoutingKeyGenerator {
} catch (Throwable t) { // nop } catch (Throwable t) { // nop
} }
} }
****/
} }