Skip to content

Commit 456d53b

Browse files
committed
corrected license header
1 parent fc90c0b commit 456d53b

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

nb-configuration.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<com-junichi11-netbeans-changelf.lf-kind>LF</com-junichi11-netbeans-changelf.lf-kind>
2020
<com-junichi11-netbeans-changelf.use-global>false</com-junichi11-netbeans-changelf.use-global>
2121
<org-netbeans-modules-javascript2-requirejs.enabled>true</org-netbeans-modules-javascript2-requirejs.enabled>
22-
<netbeans.hint.jdkPlatform>JDK_1.8</netbeans.hint.jdkPlatform>
22+
<netbeans.hint.jdkPlatform>JDK_11</netbeans.hint.jdkPlatform>
2323
<org-netbeans-modules-editor-indent.text.xml.CodeStyle.project.expand-tabs>false</org-netbeans-modules-editor-indent.text.xml.CodeStyle.project.expand-tabs>
2424
<org-netbeans-modules-editor-indent.CodeStyle.project.text-line-wrap>none</org-netbeans-modules-editor-indent.CodeStyle.project.text-line-wrap>
2525
<org-netbeans-modules-editor-indent.CodeStyle.project.indent-shift-width>4</org-netbeans-modules-editor-indent.CodeStyle.project.indent-shift-width>

src/test/java/net/sf/jsqlparser/expression/ArrayExpressionTest.java

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*-
2+
* #%L
3+
* JSQLParser library
4+
* %%
5+
* Copyright (C) 2004 - 2024 JSQLParser
6+
* %%
7+
* Dual licensed under GNU LGPL 2.1 or Apache License 2.0
8+
* #L%
9+
*/
110
package net.sf.jsqlparser.expression;
211

312
import net.sf.jsqlparser.JSQLParserException;
@@ -21,4 +30,4 @@ void testColumnArrayExpression() throws JSQLParserException {
2130
assertInstanceOf(ArrayConstructor.class, column.getArrayConstructor());
2231
}
2332

24-
}
33+
}

0 commit comments

Comments
 (0)