File tree 2 files changed +11
-2
lines changed
src/test/java/net/sf/jsqlparser/expression
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 19
19
<com-junichi11-netbeans-changelf .lf-kind>LF</com-junichi11-netbeans-changelf .lf-kind>
20
20
<com-junichi11-netbeans-changelf .use-global>false</com-junichi11-netbeans-changelf .use-global>
21
21
<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>
23
23
<org-netbeans-modules-editor-indent .text.xml.CodeStyle.project.expand-tabs>false</org-netbeans-modules-editor-indent .text.xml.CodeStyle.project.expand-tabs>
24
24
<org-netbeans-modules-editor-indent .CodeStyle.project.text-line-wrap>none</org-netbeans-modules-editor-indent .CodeStyle.project.text-line-wrap>
25
25
<org-netbeans-modules-editor-indent .CodeStyle.project.indent-shift-width>4</org-netbeans-modules-editor-indent .CodeStyle.project.indent-shift-width>
Original file line number Diff line number Diff line change
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
+ */
1
10
package net .sf .jsqlparser .expression ;
2
11
3
12
import net .sf .jsqlparser .JSQLParserException ;
@@ -21,4 +30,4 @@ void testColumnArrayExpression() throws JSQLParserException {
21
30
assertInstanceOf (ArrayConstructor .class , column .getArrayConstructor ());
22
31
}
23
32
24
- }
33
+ }
You can’t perform that action at this time.
0 commit comments