From 14c5f3996a46c1281cb133de439f25492c97530a Mon Sep 17 00:00:00 2001
From: dugan <dugan@localhost>
Date: Wed, 07 Mar 2007 14:56:34 +0000
Subject: [PATCH] These changes are mostly related to restructuring the regular expression patterns to make them more readable by defining constants. 

---
 opends/src/server/org/opends/server/authorization/dseecompat/AciLDAPOperationContainer.java |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/opends/src/server/org/opends/server/authorization/dseecompat/AciLDAPOperationContainer.java b/opends/src/server/org/opends/server/authorization/dseecompat/AciLDAPOperationContainer.java
index 126eeb0..30b9560 100644
--- a/opends/src/server/org/opends/server/authorization/dseecompat/AciLDAPOperationContainer.java
+++ b/opends/src/server/org/opends/server/authorization/dseecompat/AciLDAPOperationContainer.java
@@ -44,16 +44,17 @@
  */
 public class AciLDAPOperationContainer extends AciContainer  {
 
-    /**
+    /*
      * The entry to be returned if this is a LDAP search.
      */
     private SearchResultEntry searchEntry;
 
-    /**
+    /*
      * The list of modifications if this operation is a LDAP
      * modify.
      */
     private List<Modification>  modifications;
+
     /**
      * Constructor interface for the compare operation.
      * @param operation The compare operation to evaluate.

--
Gitblit v1.10.0