From 4a314a97cbacdf0e4450f44333dfbe6e63138aa1 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Mon, 03 Sep 2007 14:04:35 +0000
Subject: [PATCH] Add protected constructor.
---
opends/src/server/org/opends/server/admin/client/ClientConstraintHandler.java | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/opends/src/server/org/opends/server/admin/client/ClientConstraintHandler.java b/opends/src/server/org/opends/server/admin/client/ClientConstraintHandler.java
index 88bbfab..ec9a4a2 100644
--- a/opends/src/server/org/opends/server/admin/client/ClientConstraintHandler.java
+++ b/opends/src/server/org/opends/server/admin/client/ClientConstraintHandler.java
@@ -51,6 +51,15 @@
public abstract class ClientConstraintHandler {
/**
+ * Creates a new client constraint handler.
+ */
+ protected ClientConstraintHandler() {
+ // No implementation required.
+ }
+
+
+
+ /**
* Determines whether or not the newly created managed object which
* is about to be added to the server configuration satisfies this
* constraint.
--
Gitblit v1.10.0