Repository: logging-log4j2 Updated Branches: refs/heads/LOG4J2-1010&LOG4J2-1447-injectable-contextdata&better-datastructure c846a7572 -> 39501130f
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/LOG4J2-1010&LOG4J2-1447-injectable-contextdata&better-datastructure Commit: 7ca4dfecfb8890b02f401aa33bd96bff01bac90d Parents: 641014d Author: Gary Gregory <ggreg...@apache.org> Authored: Tue Aug 2 08:36:50 2016 -0700 Committer: Gary Gregory <ggreg...@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 {