HBASE-10887 tidy ThriftUtilities format

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1583593 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
liangxie 2014-04-01 10:12:40 +00:00
parent 165a6d679a
commit 6217e4367d
1 changed files with 2 additions and 2 deletions

View File

@ -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;