| opendj-core/src/main/java/org/forgerock/opendj/ldap/GeneralizedTime.java | ●●●●● patch | view | raw | blame | history |
opendj-core/src/main/java/org/forgerock/opendj/ldap/GeneralizedTime.java
@@ -890,6 +890,8 @@ // Format the year yyyy. int n = tmpCalendar.get(Calendar.YEAR); if (n>9999) n=9999; if (n < 0) { throw new IllegalArgumentException("Year cannot be < 0:" + n); } else if (n < 10) {