Skip to content

Commit 761c67e

Browse files
authored
Fix file header of Java Class apache#14350
1 parent 621693f commit 761c67e

File tree

249 files changed

+2553
-1513
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

249 files changed

+2553
-1513
lines changed

integration-test/src/main/java/org/apache/iotdb/itbase/constant/UDFTestConstant.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* specific language governing permissions and limitations
1717
* under the License.
1818
*/
19+
1920
package org.apache.iotdb.itbase.constant;
2021

2122
public class UDFTestConstant {

integration-test/src/test/java/org/apache/iotdb/db/it/IoTDBNestedQueryIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* specific language governing permissions and limitations
1717
* under the License.
1818
*/
19+
1920
package org.apache.iotdb.db.it;
2021

2122
import org.apache.iotdb.commons.schema.column.ColumnHeaderConstant;

integration-test/src/test/java/org/apache/iotdb/db/it/IoTDBRestartIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* specific language governing permissions and limitations
1717
* under the License.
1818
*/
19+
1920
package org.apache.iotdb.db.it;
2021

2122
import org.apache.iotdb.db.conf.IoTDBConfig;

integration-test/src/test/java/org/apache/iotdb/db/it/IoTDBSyntaxConventionIdentifierIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* specific language governing permissions and limitations
1717
* under the License.
1818
*/
19+
1920
package org.apache.iotdb.db.it;
2021

2122
import org.apache.iotdb.commons.schema.column.ColumnHeaderConstant;

integration-test/src/test/java/org/apache/iotdb/db/it/IoTDBSyntaxConventionStringLiteralIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* specific language governing permissions and limitations
1717
* under the License.
1818
*/
19+
1920
package org.apache.iotdb.db.it;
2021

2122
import org.apache.iotdb.commons.schema.column.ColumnHeaderConstant;

integration-test/src/test/java/org/apache/iotdb/db/it/aligned/IoTDBAggregationWithDeletion2IT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* specific language governing permissions and limitations
1717
* under the License.
1818
*/
19+
1920
package org.apache.iotdb.db.it.aligned;
2021

2122
import org.apache.iotdb.db.it.utils.AlignedWriteUtil;

integration-test/src/test/java/org/apache/iotdb/db/it/aligned/IoTDBAlignedSeriesQuery4IT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* specific language governing permissions and limitations
1717
* under the License.
1818
*/
19+
1920
package org.apache.iotdb.db.it.aligned;
2021

2122
import org.apache.iotdb.db.it.utils.AlignedWriteUtil;

integration-test/src/test/java/org/apache/iotdb/db/it/builtinfunction/scalar/IoTDBRoundFunctionIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* specific language governing permissions and limitations
1717
* under the License.
1818
*/
19+
1920
package org.apache.iotdb.db.it.builtinfunction.scalar;
2021

2122
import org.apache.iotdb.it.env.EnvFactory;

integration-test/src/test/java/org/apache/iotdb/db/it/path/IoTDBQuotedPathIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* specific language governing permissions and limitations
1717
* under the License.
1818
*/
19+
1920
package org.apache.iotdb.db.it.path;
2021

2122
import org.apache.iotdb.it.env.EnvFactory;

integration-test/src/test/java/org/apache/iotdb/db/it/udf/IoTDBUDFManagementIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* specific language governing permissions and limitations
1717
* under the License.
1818
*/
19+
1920
package org.apache.iotdb.db.it.udf;
2021

2122
import org.apache.iotdb.it.env.EnvFactory;

0 commit comments

Comments
 (0)