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

Matthew Swift
17.35.2011 e1979e568be8ebd2627a2a85e1474ec2a6904754
Fix OPENDJ-359: Fix typo in account status notification property name "time-unti-expiration"
1 files modified
3 ■■■■ changed files
opends/src/server/org/opends/server/types/AccountStatusNotificationProperty.java 3 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/types/AccountStatusNotificationProperty.java
@@ -23,6 +23,7 @@
 *
 *
 *      Copyright 2008 Sun Microsystems, Inc.
 *      Portions copyright 2011 ForgeRock AS.
 */
package org.opends.server.types;
@@ -107,7 +108,7 @@
   * expires.  This will be available for the
   * {@code PASSWORD_EXPIRING} notification type.
   */
  TIME_UNTIL_EXPIRATION("time-unti-expiration"),
  TIME_UNTIL_EXPIRATION("time-until-expiration"),