Took out unused variable

This commit is contained in:
J. Brisbin
2011-04-19 13:13:09 -05:00
parent 8a3296758d
commit 5e4583110e

View File

@@ -218,7 +218,6 @@ public class MappingMongoConverter implements MongoConverter, ApplicationContext
public Object getParameterValue(PreferredConstructor.Parameter parameter) {
String name = parameter.getName();
Class<?> type = parameter.getType();
ClassTypeInformation typeInfo = new ClassTypeInformation(type);
Object obj = dbo.get(name);
ctorParamNames.add(name);