Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-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 9C24CD699 for ; Wed, 27 Jun 2012 19:11:24 +0000 (UTC) Received: (qmail 90049 invoked by uid 500); 27 Jun 2012 19:11:24 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 90027 invoked by uid 500); 27 Jun 2012 19:11:24 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 90015 invoked by uid 99); 27 Jun 2012 19:11:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jun 2012 19:11:24 +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, 27 Jun 2012 19:11:23 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 8B8C32388B9B for ; Wed, 27 Jun 2012 19:11:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1354673 - in /accumulo/branches/1.4: ./ src/ src/core/ src/core/src/main/java/org/apache/accumulo/core/security/ColumnVisibility.java src/server/ Date: Wed, 27 Jun 2012 19:11:03 -0000 To: commits@accumulo.apache.org From: ecn@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120627191103.8B8C32388B9B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ecn Date: Wed Jun 27 19:11:02 2012 New Revision: 1354673 URL: http://svn.apache.org/viewvc?rev=1354673&view=rev Log: ACCUMULO-646 opened up the NodeComparator which was package private Modified: accumulo/branches/1.4/ (props changed) accumulo/branches/1.4/src/ (props changed) accumulo/branches/1.4/src/core/ (props changed) accumulo/branches/1.4/src/core/src/main/java/org/apache/accumulo/core/security/ColumnVisibility.java accumulo/branches/1.4/src/server/ (props changed) Propchange: accumulo/branches/1.4/ ------------------------------------------------------------------------------ Merged /accumulo/branches/1.3:r1354669 Propchange: accumulo/branches/1.4/src/ ------------------------------------------------------------------------------ Merged /accumulo/branches/1.3/src:r1354669 Propchange: accumulo/branches/1.4/src/core/ ------------------------------------------------------------------------------ Merged /accumulo/branches/1.3/src/core:r1354669 Modified: accumulo/branches/1.4/src/core/src/main/java/org/apache/accumulo/core/security/ColumnVisibility.java URL: http://svn.apache.org/viewvc/accumulo/branches/1.4/src/core/src/main/java/org/apache/accumulo/core/security/ColumnVisibility.java?rev=1354673&r1=1354672&r2=1354673&view=diff ============================================================================== --- accumulo/branches/1.4/src/core/src/main/java/org/apache/accumulo/core/security/ColumnVisibility.java (original) +++ accumulo/branches/1.4/src/core/src/main/java/org/apache/accumulo/core/security/ColumnVisibility.java Wed Jun 27 19:11:02 2012 @@ -94,7 +94,7 @@ public class ColumnVisibility { byte[] text; - NodeComparator(byte[] text) { + public NodeComparator(byte[] text) { this.text = text; } Propchange: accumulo/branches/1.4/src/server/ ------------------------------------------------------------------------------ Merged /accumulo/branches/1.3/src/server:r1354669