You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2007/04/06 16:03:15 UTC

svn commit: r526171 - /directory/apacheds/trunk/core/src/main/java/org/apache/directory/server/core/interceptor/context/UnbindServiceContext.java

Author: elecharny
Date: Fri Apr  6 07:03:14 2007
New Revision: 526171

URL: http://svn.apache.org/viewvc?view=rev&rev=526171
Log:
Added an empty constructor

Modified:
    directory/apacheds/trunk/core/src/main/java/org/apache/directory/server/core/interceptor/context/UnbindServiceContext.java

Modified: directory/apacheds/trunk/core/src/main/java/org/apache/directory/server/core/interceptor/context/UnbindServiceContext.java
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core/src/main/java/org/apache/directory/server/core/interceptor/context/UnbindServiceContext.java?view=diff&rev=526171&r1=526170&r2=526171
==============================================================================
--- directory/apacheds/trunk/core/src/main/java/org/apache/directory/server/core/interceptor/context/UnbindServiceContext.java (original)
+++ directory/apacheds/trunk/core/src/main/java/org/apache/directory/server/core/interceptor/context/UnbindServiceContext.java Fri Apr  6 07:03:14 2007
@@ -35,6 +35,13 @@
 
     /**
      * Creates a new instance of UnbindServiceContext.
+     */
+    public UnbindServiceContext()
+    {
+    }
+    
+    /**
+     * Creates a new instance of UnbindServiceContext.
      *
      * @param unbindDn The principal DN to unbind
      */