Skip to content

Commit bc814e7

Browse files
committed
Improve code per Sonar recs
1 parent 8e3e194 commit bc814e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/mybatis/dynamic/sql/configuration/GlobalConfiguration.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
public class GlobalConfiguration {
2424
private static boolean unrenderableWhereClauseAllowed = false;
2525

26+
private GlobalConfiguration() {}
27+
2628
static {
2729
String propertyFile = "mybatis-dynamic-sql.properties";
2830
try (InputStream is = GlobalConfiguration.class.getResourceAsStream(propertyFile)) {

0 commit comments

Comments
 (0)