You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2016/03/07 04:10:34 UTC

logging-log4j2 git commit: Fix javadoc link.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master d1695792a -> 287102c2c


Fix javadoc link.


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

Branch: refs/heads/master
Commit: 287102c2cd533353730cb4d7fc2c0c17b6639d75
Parents: d169579
Author: Matt Sicker <bo...@gmail.com>
Authored: Sun Mar 6 21:10:28 2016 -0600
Committer: Matt Sicker <bo...@gmail.com>
Committed: Sun Mar 6 21:10:28 2016 -0600

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/287102c2/log4j-core/src/main/java/org/apache/logging/log4j/core/util/StringEncoder.java
----------------------------------------------------------------------
diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/util/StringEncoder.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/util/StringEncoder.java
index fbd2e94..4f62208 100644
--- a/log4j-core/src/main/java/org/apache/logging/log4j/core/util/StringEncoder.java
+++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/util/StringEncoder.java
@@ -57,7 +57,7 @@ public final class StringEncoder {
      *
      * @param s the string to encode
      * @return the encoded String
-     * @see https://issues.apache.org/jira/browse/LOG4J2-1151
+     * @see <a href="https://issues.apache.org/jira/browse/LOG4J2-1151">LOG4J2-1151</a>
      */
     public static byte[] encodeSingleByteChars(String s) {
         final int length = s.length();