From 54c2799f45256fef4a981fa2a6a7c97a9708ac8b Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Thu, 26 Jul 2007 12:01:44 +0000
Subject: [PATCH] Partial fix for issue 1831 - dsconfig interactive mode.
---
opends/src/server/org/opends/server/admin/PropertyIsMandatoryException.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/server/org/opends/server/admin/PropertyIsMandatoryException.java b/opends/src/server/org/opends/server/admin/PropertyIsMandatoryException.java
index 4f50373..8277da5 100644
--- a/opends/src/server/org/opends/server/admin/PropertyIsMandatoryException.java
+++ b/opends/src/server/org/opends/server/admin/PropertyIsMandatoryException.java
@@ -47,7 +47,7 @@
* @param d
* The property definition.
*/
- public PropertyIsMandatoryException(PropertyDefinition d) {
+ public PropertyIsMandatoryException(PropertyDefinition<?> d) {
super(d);
}
--
Gitblit v1.10.0