Code review suggestions for r361
This commit is contained in:
parent
6620786642
commit
0b1ee35784
@ -448,7 +448,7 @@ final class DefaultTypeAdapters {
|
||||
}
|
||||
}
|
||||
|
||||
static class PropertiesCreator implements InstanceCreator<Properties> {
|
||||
private static class PropertiesCreator implements InstanceCreator<Properties> {
|
||||
public Properties createInstance(Type type) {
|
||||
return new Properties();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user