Skip to content

Commit 2adec6a

Browse files
committed
changed license header to represent the projects dual license
1 parent 4ad996f commit 2adec6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/net/sf/jsqlparser/expression/OracleHint.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@
99
*/
1010
package net.sf.jsqlparser.expression;
1111

12-
import net.sf.jsqlparser.parser.ASTNodeAccessImpl;
13-
1412
import java.util.regex.Matcher;
1513
import java.util.regex.Pattern;
14+
import net.sf.jsqlparser.parser.ASTNodeAccessImpl;
1615

1716
public class OracleHint extends ASTNodeAccessImpl implements Expression {
1817

@@ -69,6 +68,7 @@ public String toString() {
6968
if (singleLine) {
7069
return "--+ " + value + "\n";
7170
} else {
71+
return "/*+ " + value + " */";
7272
}
7373
}
7474

0 commit comments

Comments
 (0)