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 2012/11/27 10:52:24 UTC

svn commit: r1414047 - /directory/apacheds/trunk/core-shared/src/main/java/org/apache/directory/server/core/shared/partition/DefaultPartitionNexus.java

Author: elecharny
Date: Tue Nov 27 09:52:23 2012
New Revision: 1414047

URL: http://svn.apache.org/viewvc?rev=1414047&view=rev
Log:
Renamed a field and the associated methods

Modified:
    directory/apacheds/trunk/core-shared/src/main/java/org/apache/directory/server/core/shared/partition/DefaultPartitionNexus.java

Modified: directory/apacheds/trunk/core-shared/src/main/java/org/apache/directory/server/core/shared/partition/DefaultPartitionNexus.java
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-shared/src/main/java/org/apache/directory/server/core/shared/partition/DefaultPartitionNexus.java?rev=1414047&r1=1414046&r2=1414047&view=diff
==============================================================================
--- directory/apacheds/trunk/core-shared/src/main/java/org/apache/directory/server/core/shared/partition/DefaultPartitionNexus.java (original)
+++ directory/apacheds/trunk/core-shared/src/main/java/org/apache/directory/server/core/shared/partition/DefaultPartitionNexus.java Tue Nov 27 09:52:23 2012
@@ -601,7 +601,7 @@ public class DefaultPartitionNexus exten
 
         partition.modify( modifyContext );
         
-        if( modifyContext.isPushToEvtIntrcptor() )
+        if( modifyContext.isPushToEvtInterceptor() )
         {
             directoryService.getInterceptor( InterceptorEnum.EVENT_INTERCEPTOR.getName() ).modify( modifyContext );
         }