Skip to content

Commit 3c86352

Browse files
committed
1 parent 36a62e9 commit 3c86352

File tree

1 file changed

+9
-27
lines changed

1 file changed

+9
-27
lines changed

src/main/java/net/sf/jsqlparser/statement/insert/InsertModifierPriority.java

Lines changed: 9 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -19,30 +19,12 @@
1919
* <http://www.gnu.org/licenses/lgpl-2.1.html>.
2020
* #L%
2121
*/
22-
/*
23-
* Copyright (C) 2015 JSQLParser.
24-
*
25-
* This library is free software; you can redistribute it and/or
26-
* modify it under the terms of the GNU Lesser General Public
27-
* License as published by the Free Software Foundation; either
28-
* version 2.1 of the License, or (at your option) any later version.
29-
*
30-
* This library is distributed in the hope that it will be useful,
31-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
32-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
33-
* Lesser General Public License for more details.
34-
*
35-
* You should have received a copy of the GNU Lesser General Public
36-
* License along with this library; if not, write to the Free Software
37-
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
38-
* MA 02110-1301 USA
39-
*/
40-
package net.sf.jsqlparser.statement.insert;
41-
42-
/**
43-
*
44-
* @author tw
45-
*/
46-
public enum InsertModifierPriority {
47-
LOW_PRIORITY, DELAYED, HIGH_PRIORITY, IGNORE
48-
}
22+
package net.sf.jsqlparser.statement.insert;
23+
24+
/**
25+
*
26+
* @author tw
27+
*/
28+
public enum InsertModifierPriority {
29+
LOW_PRIORITY, DELAYED, HIGH_PRIORITY, IGNORE
30+
}

0 commit comments

Comments
 (0)