mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

matthew_swift
07.56.2009 9008dca31797ba1b05fa3ed6cacb540ef175c666
opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/asn1/ASN1WriterTestCase.java
@@ -47,7 +47,7 @@
  // Create an array with all of the valid single-byte types.  We don't
  // support multi-byte types, so this should be a comprehensive data set.
  byte[] testTypes = new byte[0xFF];
  private byte[] testTypes = new byte[0xFF];
  {
    for (int i=0x00; i < 0xFF; i++)
    {