Return-Path: X-Original-To: apmail-hbase-commits-archive@www.apache.org Delivered-To: apmail-hbase-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 EB48A1090F for ; Tue, 1 Apr 2014 10:14:39 +0000 (UTC) Received: (qmail 5708 invoked by uid 500); 1 Apr 2014 10:14:38 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 5656 invoked by uid 500); 1 Apr 2014 10:14:35 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 5335 invoked by uid 99); 1 Apr 2014 10:14:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Apr 2014 10:14:32 +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; Tue, 01 Apr 2014 10:14:29 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 682CC238889B; Tue, 1 Apr 2014 10:14:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1583595 - /hbase/branches/0.98/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/ThriftUtilities.java Date: Tue, 01 Apr 2014 10:14:09 -0000 To: commits@hbase.apache.org From: liangxie@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140401101409.682CC238889B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: liangxie Date: Tue Apr 1 10:14:09 2014 New Revision: 1583595 URL: http://svn.apache.org/r1583595 Log: HBASE-10887 tidy ThriftUtilities format Modified: hbase/branches/0.98/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/ThriftUtilities.java Modified: hbase/branches/0.98/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/ThriftUtilities.java URL: http://svn.apache.org/viewvc/hbase/branches/0.98/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/ThriftUtilities.java?rev=1583595&r1=1583594&r2=1583595&view=diff ============================================================================== --- hbase/branches/0.98/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/ThriftUtilities.java (original) +++ hbase/branches/0.98/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/ThriftUtilities.java Tue Apr 1 10:14:09 2014 @@ -417,8 +417,8 @@ public class ThriftUtilities { addAttributes(out,in.getAttributes()); } - if (in.isSetAuthorizations()) { - out.setAuthorizations(new Authorizations(in.getAuthorizations().getLabels())); + if (in.isSetAuthorizations()) { + out.setAuthorizations(new Authorizations(in.getAuthorizations().getLabels())); } return out;