Skip to content

Commit

Permalink
changed license header to represent the projects dual license
Browse files Browse the repository at this point in the history
  • Loading branch information
wumpz committed Feb 6, 2019
1 parent 4ad996f commit 2adec6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/net/sf/jsqlparser/expression/OracleHint.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@
*/
package net.sf.jsqlparser.expression;

import net.sf.jsqlparser.parser.ASTNodeAccessImpl;

import java.util.regex.Matcher;
import java.util.regex.Pattern;
import net.sf.jsqlparser.parser.ASTNodeAccessImpl;

public class OracleHint extends ASTNodeAccessImpl implements Expression {

Expand Down Expand Up @@ -69,6 +68,7 @@ public String toString() {
if (singleLine) {
return "--+ " + value + "\n";
} else {
return "/*+ " + value + " */";
}
}

Expand Down

0 comments on commit 2adec6a

Please sign in to comment.