fix findbugs

Project: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/commit/76be38e5
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/tree/76be38e5
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/diff/76be38e5

Branch: refs/heads/merge/DL-98
Commit: 76be38e54faf5c0f0a3b4fc70cc70b602daf69e6
Parents: c4a6020
Author: Sijie Guo <si...@apache.org>
Authored: Fri Dec 16 23:50:48 2016 -0800
Committer: Sijie Guo <si...@apache.org>
Committed: Fri Dec 16 23:50:48 2016 -0800

----------------------------------------------------------------------
 .../java/com/twitter/distributedlog/DistributedLogConstants.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/76be38e5/distributedlog-core/src/main/java/com/twitter/distributedlog/DistributedLogConstants.java
----------------------------------------------------------------------
diff --git 
a/distributedlog-core/src/main/java/com/twitter/distributedlog/DistributedLogConstants.java
 
b/distributedlog-core/src/main/java/com/twitter/distributedlog/DistributedLogConstants.java
index 32def94..e798a0f 100644
--- 
a/distributedlog-core/src/main/java/com/twitter/distributedlog/DistributedLogConstants.java
+++ 
b/distributedlog-core/src/main/java/com/twitter/distributedlog/DistributedLogConstants.java
@@ -58,7 +58,7 @@ public class DistributedLogConstants {
     public static final String COMPLETED_LOGSEGMENT_PREFIX = "logrecs";
     public static final String DISALLOW_PLACEMENT_IN_REGION_FEATURE_NAME = 
"disallow_bookie_placement";
     static final byte[] CONTROL_RECORD_CONTENT = "control".getBytes(UTF_8);
-    public static final byte[] KEEPALIVE_RECORD_CONTENT = 
"keepalive".getBytes(UTF_8);
+    static final byte[] KEEPALIVE_RECORD_CONTENT = "keepalive".getBytes(UTF_8);
 
     // An ACL that gives all permissions to node creators and read permissions 
only to everyone else.
     public static final List<ACL> EVERYONE_READ_CREATOR_ALL =

Reply via email to