提交 6bbf3bd3 authored 作者: Jacek Ławrynowicz's avatar Jacek Ławrynowicz

cleanup - default in switch should be after other cases

上级 8b40a4d6
...@@ -212,12 +212,12 @@ public class ColumnNamerConfiguration { ...@@ -212,12 +212,12 @@ public class ColumnNamerConfiguration {
setGenerateUniqueColumnNames(false); setGenerateUniqueColumnNames(false);
break; break;
default:
case REGULAR: case REGULAR:
case DB2: case DB2:
case Derby: case Derby:
case HSQLDB: case HSQLDB:
case Ignite: case Ignite:
default:
setMaxIdentiferLength(Integer.MAX_VALUE); setMaxIdentiferLength(Integer.MAX_VALUE);
setRegularExpressionMatchAllowed("(?m)(?s).+"); setRegularExpressionMatchAllowed("(?m)(?s).+");
setRegularExpressionMatchDisallowed("(?m)(?s)[\\x00]"); setRegularExpressionMatchDisallowed("(?m)(?s)[\\x00]");
...@@ -228,4 +228,4 @@ public class ColumnNamerConfiguration { ...@@ -228,4 +228,4 @@ public class ColumnNamerConfiguration {
recompilePatterns(); recompilePatterns();
} }
} }
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论