fix our base32 context

git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@184 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e
This commit is contained in:
David Blacka 2009-11-03 02:24:02 +00:00
parent 1fe3b49c17
commit 64f5de7b38

View File

@ -48,7 +48,7 @@ public class ProtoNSEC3
private int dclass; private int dclass;
private long ttl; private long ttl;
static base32 b32 = new base32(base32.Alphabet.BASE32HEX, true, true); private static final base32 b32 = new base32(base32.Alphabet.BASE32HEX, false, false);
/** /**
* Creates an NSEC3 Record from the given data. * Creates an NSEC3 Record from the given data.
*/ */