This commit is contained in:
Keith Donald
2008-03-23 03:58:57 +00:00
parent 9dfe29e25c
commit 926b73935c

View File

@@ -57,7 +57,7 @@ public class BeanFactoryVariableValueFactory implements VariableValueFactory {
}
public String toString() {
return new ToStringCreator(this).append("type").append(type).toString();
return new ToStringCreator(this).append("type", type).toString();
}
}