Use String.format properly

This commit is contained in:
mohitdeuex 2023-09-01 16:51:30 +05:30
parent c198970217
commit c3f3a976f8

View File

@ -492,7 +492,7 @@ public class MigrationUtil {
.getDao()
.insert("nameHash", newExecutableTestSuite, newExecutableTestSuite.getFullyQualifiedName());
} catch (Exception ex) {
LOG.warn("TestSuite %s exists".format(nativeTestSuiteFqn));
LOG.warn(String.format("TestSuite %s exists", nativeTestSuiteFqn));
}
// add relationship between executable TestSuite with Table
testSuiteRepository.addRelationship(