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

neil_a_wilson
30.26.2006 18146aefddc27165759f7e6077c929705d751313
Fix a mistake in the class documentation for the account usability response
control. The first line defining the MORE_INFO element was missing the
"::= SEQUENCE {" portion, which is a critical piece of information that a
reader would need in order to understand how to properly encode and/or decode
the control.
1 files modified
2 ■■■ changed files
opends/src/server/org/opends/server/controls/AccountUsableResponseControl.java 2 ●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/controls/AccountUsableResponseControl.java
@@ -58,7 +58,7 @@
 *      is_available           [0] INTEGER, -- Seconds before expiration --
 *      is_not_available       [1] MORE_INFO }
 *
 * MORE_INFO
 * MORE_INFO ::= SEQUENCE {
 *      inactive               [0] BOOLEAN DEFAULT FALSE,
 *      reset                  [1] BOOLEAN DEFAULT FALSE,
 *      expired                [2] BOOLEAN DEFAULT_FALSE,