We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test
1 parent 624a768 commit 90cc63fCopy full SHA for 90cc63f
pom.xml
@@ -128,6 +128,7 @@
128
<groupId>org.openjdk.jmh</groupId>
129
<artifactId>jmh-core</artifactId>
130
<version>1.37</version>
131
+ <scope>test</scope>
132
</dependency>
133
134
<!-- JMH annotation processor -->
src/test/java/net/sf/jsqlparser/expression/ConnectByRootOperatorTest.java
@@ -1,3 +1,12 @@
1
+/*-
2
+ * #%L
3
+ * JSQLParser library
4
+ * %%
5
+ * Copyright (C) 2004 - 2025 JSQLParser
6
7
+ * Dual licensed under GNU LGPL 2.1 or Apache License 2.0
8
+ * #L%
9
+ */
10
package net.sf.jsqlparser.expression;
11
12
import net.sf.jsqlparser.JSQLParserException;
0 commit comments