Polishing

Closes gh-29284
This commit is contained in:
Johnny Lim
2022-10-08 09:26:52 +09:00
committed by Sam Brannen
parent c1ff812d84
commit ced37d53b4
5 changed files with 11 additions and 20 deletions

View File

@@ -51,8 +51,8 @@ public class BeanUtilsBenchmark {
return BeanUtils.instantiateClass(this.constructor, 1, "str");
}
static class TestClass1{
};
static class TestClass1 {
}
@SuppressWarnings("unused")
static class TestClass2 {