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