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

[26/28] logging-log4j2 git commit: Add missing @since 2.6.

Add missing @since 2.6.

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

Branch: refs/heads/LOG4J-1181
Commit: 7ca4dfecfb8890b02f401aa33bd96bff01bac90d
Parents: 641014d
Author: Gary Gregory <gg...@apache.org>
Authored: Tue Aug 2 08:36:50 2016 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Tue Aug 2 08:36:50 2016 -0700

----------------------------------------------------------------------
 log4j-api/src/main/java/org/apache/logging/log4j/util/Unbox.java | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/7ca4dfec/log4j-api/src/main/java/org/apache/logging/log4j/util/Unbox.java
----------------------------------------------------------------------
diff --git a/log4j-api/src/main/java/org/apache/logging/log4j/util/Unbox.java b/log4j-api/src/main/java/org/apache/logging/log4j/util/Unbox.java
index acf154c..bb59d46 100644
--- a/log4j-api/src/main/java/org/apache/logging/log4j/util/Unbox.java
+++ b/log4j-api/src/main/java/org/apache/logging/log4j/util/Unbox.java
@@ -43,6 +43,7 @@ import org.apache.logging.log4j.status.StatusLogger;
  * If more slots are required, set system property {@code log4j.unbox.ringbuffer.size} to the desired ring buffer size.
  * Note that the specified number will be rounded up to the nearest power of 2.
  * </p>
+ * @since 2.6
  */
 @PerformanceSensitive("allocation")
 public class Unbox {