Author: elecharny
Date: Wed Dec 12 17:47:25 2012
New Revision: 1420880
URL: http://svn.apache.org/viewvc?rev=1420880&view=rev
Log:
Removal of spurious spaces
Modified:
directory/apacheds/trunk/xdbm-partition/src/main/java/org/apache/directory/server/core/partition/impl/btree/AbstractBTreePartition.java
Modified: directory/apacheds/trunk/xdbm-partition/src/main/java/org/apache/directory/server/core/partition/impl/btree/AbstractBTreePartition.java
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/xdbm-partition/src/main/java/org/apache/directory/server/core/partition/impl/btree/AbstractBTreePartition.java?rev=1420880&r1=1420879&r2=1420880&view=diff
==============================================================================
--- directory/apacheds/trunk/xdbm-partition/src/main/java/org/apache/directory/server/core/partition/impl/btree/AbstractBTreePartition.java
(original)
+++ directory/apacheds/trunk/xdbm-partition/src/main/java/org/apache/directory/server/core/partition/impl/btree/AbstractBTreePartition.java
Wed Dec 12 17:47:25 2012
@@ -1148,7 +1148,7 @@ public abstract class AbstractBTreeParti
if( entry != null )
{
- return new ClonedServerEntry( entry );
+ return new ClonedServerEntry( entry );
}
try
|