You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/05/16 13:54:44 UTC

[commons-io] 04/07: Move license header to the top of the file.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git

commit d8c1aa12c61fa0fb0a015139d129edabcdd3518b
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun May 16 08:11:23 2021 -0400

    Move license header to the top of the file.
---
 .../org/apache/commons/io/output/ThresholdingOutputStreamTest.java    | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/io/output/ThresholdingOutputStreamTest.java b/src/test/java/org/apache/commons/io/output/ThresholdingOutputStreamTest.java
index 59fab2f..4de8e4b 100644
--- a/src/test/java/org/apache/commons/io/output/ThresholdingOutputStreamTest.java
+++ b/src/test/java/org/apache/commons/io/output/ThresholdingOutputStreamTest.java
@@ -1,4 +1,3 @@
-package org.apache.commons.io.output;
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
@@ -15,6 +14,9 @@ package org.apache.commons.io.output;
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
+package org.apache.commons.io.output;
+
 import static org.junit.jupiter.api.Assertions.assertFalse;
 import static org.junit.jupiter.api.Assertions.assertTrue;