committed by
Jens Schauder
parent
5de52af824
commit
9277792d87
@@ -53,7 +53,7 @@ public class OracleDialect extends org.springframework.data.relational.core.dial
|
||||
}
|
||||
}
|
||||
|
||||
if (builder.length() == 0) {
|
||||
if (builder.isEmpty()) {
|
||||
return "";
|
||||
}
|
||||
|
||||
|
||||
@@ -50,7 +50,7 @@ public class SqlServerDialect extends org.springframework.data.relational.core.d
|
||||
}
|
||||
}
|
||||
|
||||
if (builder.length() == 0) {
|
||||
if (builder.isEmpty()) {
|
||||
return "";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user