Skip to content

Commit d8c1aa1

Browse files
author
Gary Gregory
committed
Move license header to the top of the file.
1 parent 9bb9b04 commit d8c1aa1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/test/java/org/apache/commons/io/output/ThresholdingOutputStreamTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
package org.apache.commons.io.output;
21
/*
32
* Licensed to the Apache Software Foundation (ASF) under one or more
43
* contributor license agreements. See the NOTICE file distributed with
@@ -15,6 +14,9 @@
1514
* See the License for the specific language governing permissions and
1615
* limitations under the License.
1716
*/
17+
18+
package org.apache.commons.io.output;
19+
1820
import static org.junit.jupiter.api.Assertions.assertFalse;
1921
import static org.junit.jupiter.api.Assertions.assertTrue;
2022

0 commit comments

Comments
 (0)