File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
src/main/java/net/sf/jsqlparser/statement/lock Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 1- /*--- (C) 1999-2019 Techniker Krankenkasse ---*/
2-
31package net .sf .jsqlparser .statement .lock ;
42
53/**
@@ -10,7 +8,7 @@ public enum LockMode {
108 Share ("SHARE" ),
119 Exclusive ("EXCLUSIVE" ),
1210
13- // These are only Oracle specific, as far as I know
11+ // These are Oracle specific, as far as I know
1412 RowShare ("ROW SHARE" ),
1513 RowExclusive ("ROW EXCLUSIVE" ),
1614 ShareUpdate ("SHARE UPDATE" ),
@@ -26,6 +24,4 @@ public String getValue() {
2624 return value ;
2725 }
2826
29- }
30-
31- /*--- Formatiert nach TK Code Konventionen vom 05.03.2002 ---*/
27+ }
Original file line number Diff line number Diff line change 1- /*--- (C) 1999-2019 Techniker Krankenkasse ---*/
2-
31package net .sf .jsqlparser .statement .lock ;
42
53import net .sf .jsqlparser .schema .Table ;
@@ -99,5 +97,3 @@ public long getWaitTimeout() {
9997 return waitSeconds ;
10098 }
10199}
102-
103- /*--- Formatiert nach TK Code Konventionen vom 05.03.2002 ---*/
You can’t perform that action at this time.
0 commit comments