File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
src/test/java/net/sf/jsqlparser/expression Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 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>
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+ */
110package net .sf .jsqlparser .expression ;
211
312import net .sf .jsqlparser .JSQLParserException ;
@@ -21,4 +30,4 @@ void testColumnArrayExpression() throws JSQLParserException {
2130 assertInstanceOf (ArrayConstructor .class , column .getArrayConstructor ());
2231 }
2332
24- }
33+ }
You can’t perform that action at this time.
0 commit comments