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

Matthew Swift
09.48.2012 97772f35c315d20595149fb6022260bc9c787370
Fix checkstyle failure... :-(
1 files modified
2 ■■■ changed files
opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/GeneralizedTime.java 2 ●●● patch | view | raw | blame | history
opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/GeneralizedTime.java
@@ -967,7 +967,7 @@
        TimeZone timeZone = null;
        outerLoop:
    outerLoop:
        for (int i = startPos; i < length; i++) {
            final char c = value.charAt(i);
            switch (c) {