LOG4J2-1412 package declaration should follow license
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/30833a57 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/30833a57 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/30833a57 Branch: refs/heads/LOG4J-1181 Commit: 30833a57765cf837b81d733052ff975de541daaf Parents: 5714aff Author: rpopma <[email protected]> Authored: Mon Jun 6 22:03:20 2016 +0900 Committer: rpopma <[email protected]> Committed: Mon Jun 6 22:03:20 2016 +0900 ---------------------------------------------------------------------- .../src/test/java/org/apache/logging/log4j/util/UnboxTest.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/30833a57/log4j-api/src/test/java/org/apache/logging/log4j/util/UnboxTest.java ---------------------------------------------------------------------- diff --git a/log4j-api/src/test/java/org/apache/logging/log4j/util/UnboxTest.java b/log4j-api/src/test/java/org/apache/logging/log4j/util/UnboxTest.java index 3480081..5185b74 100644 --- a/log4j-api/src/test/java/org/apache/logging/log4j/util/UnboxTest.java +++ b/log4j-api/src/test/java/org/apache/logging/log4j/util/UnboxTest.java @@ -1,4 +1,4 @@ -package org.apache.logging.log4j.util;/* +/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. @@ -15,6 +15,8 @@ package org.apache.logging.log4j.util;/* * limitations under the license. */ +package org.apache.logging.log4j.util; + import org.junit.Test; import static org.junit.Assert.*;
