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 2022/08/30 14:46:53 UTC

[commons-configuration] branch master updated: Move Apache 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-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new a702b787 Move Apache license header to the top of the file
a702b787 is described below

commit a702b787138830a9f5c644207908a199dd8d210d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Aug 30 10:46:49 2022 -0400

    Move Apache license header to the top of the file
---
 src/test/java/org/apache/commons/configuration2/test/HsqlDB.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/test/java/org/apache/commons/configuration2/test/HsqlDB.java b/src/test/java/org/apache/commons/configuration2/test/HsqlDB.java
index 870c0621..e81b318f 100644
--- a/src/test/java/org/apache/commons/configuration2/test/HsqlDB.java
+++ b/src/test/java/org/apache/commons/configuration2/test/HsqlDB.java
@@ -1,5 +1,3 @@
-package org.apache.commons.configuration2.test;
-
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
@@ -17,6 +15,8 @@ package org.apache.commons.configuration2.test;
  * limitations under the License.
  */
 
+package org.apache.commons.configuration2.test;
+
 import java.io.FileReader;
 import java.sql.Connection;
 import java.sql.DriverManager;