Repository: logging-log4j2
Updated Branches:
  refs/heads/master 00e5f5658 -> a21b062b8


Use final.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/a21b062b
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/a21b062b
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/a21b062b

Branch: refs/heads/master
Commit: a21b062b8e286bdc4c6626358ad6d282826fffce
Parents: 00e5f56
Author: Gary Gregory <[email protected]>
Authored: Tue Sep 2 23:21:43 2014 -0400
Committer: Gary Gregory <[email protected]>
Committed: Tue Sep 2 23:21:43 2014 -0400

----------------------------------------------------------------------
 .../org/apache/logging/log4j/streams/util/ByteStreamLogger.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a21b062b/log4j-streams/src/main/java/org/apache/logging/log4j/streams/util/ByteStreamLogger.java
----------------------------------------------------------------------
diff --git 
a/log4j-streams/src/main/java/org/apache/logging/log4j/streams/util/ByteStreamLogger.java
 
b/log4j-streams/src/main/java/org/apache/logging/log4j/streams/util/ByteStreamLogger.java
index 1b2c69f..106934c 100644
--- 
a/log4j-streams/src/main/java/org/apache/logging/log4j/streams/util/ByteStreamLogger.java
+++ 
b/log4j-streams/src/main/java/org/apache/logging/log4j/streams/util/ByteStreamLogger.java
@@ -119,7 +119,7 @@ public class ByteStreamLogger {
         }
     }
 
-    public void put(final String fqcn, final byte[] b, int off, int len) 
throws IOException {
+    public void put(final String fqcn, final byte[] b, final int off, final 
int len) throws IOException {
         int curOff = off;
         int curLen = len;
         if (curLen >= 0) {

Reply via email to