Return-Path: X-Original-To: apmail-directory-commits-archive@www.apache.org Delivered-To: apmail-directory-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5A80A9A55 for ; Wed, 2 May 2012 13:04:04 +0000 (UTC) Received: (qmail 68849 invoked by uid 500); 2 May 2012 13:04:04 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 68782 invoked by uid 500); 2 May 2012 13:04:03 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 68767 invoked by uid 99); 2 May 2012 13:04:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 May 2012 13:04:03 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 May 2012 13:04:02 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 670D32388847 for ; Wed, 2 May 2012 13:03:42 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1333023 - /directory/apacheds/trunk/interceptors/schema/src/main/java/org/apache/directory/server/core/schema/SchemaInterceptor.java Date: Wed, 02 May 2012 13:03:42 -0000 To: commits@directory.apache.org From: elecharny@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120502130342.670D32388847@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: elecharny Date: Wed May 2 13:03:41 2012 New Revision: 1333023 URL: http://svn.apache.org/viewvc?rev=1333023&view=rev Log: Removed a useless add Modified: directory/apacheds/trunk/interceptors/schema/src/main/java/org/apache/directory/server/core/schema/SchemaInterceptor.java Modified: directory/apacheds/trunk/interceptors/schema/src/main/java/org/apache/directory/server/core/schema/SchemaInterceptor.java URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptors/schema/src/main/java/org/apache/directory/server/core/schema/SchemaInterceptor.java?rev=1333023&r1=1333022&r2=1333023&view=diff ============================================================================== --- directory/apacheds/trunk/interceptors/schema/src/main/java/org/apache/directory/server/core/schema/SchemaInterceptor.java (original) +++ directory/apacheds/trunk/interceptors/schema/src/main/java/org/apache/directory/server/core/schema/SchemaInterceptor.java Wed May 2 13:03:41 2012 @@ -1043,7 +1043,6 @@ public class SchemaInterceptor extends B for ( Value value : attribute ) { - attribute.add( value ); binaries.add( new BinaryValue( attribute.getAttributeType(), value.getBytes() ) ); } @@ -1057,6 +1056,7 @@ public class SchemaInterceptor extends B } } + /** * A special filter over entry attributes which replaces Attribute String values with their respective byte[] * representations using schema information and the value held in the JNDI environment property: