From 18146aefddc27165759f7e6077c929705d751313 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Thu, 30 Nov 2006 00:26:22 +0000
Subject: [PATCH] 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.
---
opends/src/server/org/opends/server/controls/AccountUsableResponseControl.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/server/org/opends/server/controls/AccountUsableResponseControl.java b/opends/src/server/org/opends/server/controls/AccountUsableResponseControl.java
index c2d3efd..12e68d9 100644
--- a/opends/src/server/org/opends/server/controls/AccountUsableResponseControl.java
+++ b/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,
--
Gitblit v1.10.0