diff options
-rw-r--r-- | java/examples/Logger/simple-server/LogRecord.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/examples/Logger/simple-server/LogRecord.java b/java/examples/Logger/simple-server/LogRecord.java index 4b7e7e87003..e29ed6e32b9 100644 --- a/java/examples/Logger/simple-server/LogRecord.java +++ b/java/examples/Logger/simple-server/LogRecord.java @@ -15,7 +15,7 @@ import java.io.IOException; public class LogRecord { - final public int MAXLOGMSGLEN = 4 * 1024; + final public static int MAXLOGMSGLEN = 4 * 1024; private int type_; private int length_; |