File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
doma-core/src/main/java/org/seasar/doma/jdbc Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ public interface Naming {
2323 Naming SNAKE_UPPER_CASE = new Adapter (NamingType .SNAKE_UPPER_CASE );
2424
2525 /** the adapter for {@link NamingType#LENIENT_SNAKE_LOWER_CASE} */
26- Naming LENIENT_SNAKE_LOWER_CASE = new Adapter (NamingType .LENIENT_SNAKE_LOWER_CASE );
26+ @ Deprecated Naming LENIENT_SNAKE_LOWER_CASE = new Adapter (NamingType .LENIENT_SNAKE_LOWER_CASE );
2727
2828 /** the adapter for {@link NamingType#LENIENT_SNAKE_UPPER_CASE} */
29- Naming LENIENT_SNAKE_UPPER_CASE = new Adapter (NamingType .LENIENT_SNAKE_UPPER_CASE );
29+ @ Deprecated Naming LENIENT_SNAKE_UPPER_CASE = new Adapter (NamingType .LENIENT_SNAKE_UPPER_CASE );
3030
3131 /** the default convention */
3232 Naming DEFAULT = NONE ;
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ public String revert(String text) {
8888 }
8989 },
9090
91+ @ Deprecated
9192 LENIENT_SNAKE_UPPER_CASE {
9293
9394 @ Override
@@ -108,6 +109,7 @@ public String revert(String text) {
108109 }
109110 },
110111
112+ @ Deprecated
111113 LENIENT_SNAKE_LOWER_CASE {
112114
113115 @ Override
You can’t perform that action at this time.
0 commit comments