Fix Format-string method arguments

Closes gh-934
This commit is contained in:
mnhock 2015-12-10 20:49:48 +01:00 committed by Stephane Nicoll
parent f32aded27a
commit e98977cbc8
1 changed files with 1 additions and 2 deletions

View File

@ -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);
}