mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix Format-string method arguments
Closes gh-934
This commit is contained in:
+1
-2
@@ -110,8 +110,7 @@ public class PropertySourceTests {
|
||||
ps.toString(),
|
||||
equalTo(String.format("%s [name='%s']",
|
||||
ps.getClass().getSimpleName(),
|
||||
name,
|
||||
map.size())));
|
||||
name)));
|
||||
} finally {
|
||||
logger.setLevel(original);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user