Code review suggestions for r361

This commit is contained in:
Joel Leitch 2009-01-12 17:10:50 +00:00
parent 6620786642
commit 0b1ee35784

View File

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