Fixed formatting.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@1534 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2004-11-27 06:55:00 +00:00
parent 64b8b1ab9f
commit 6c65b9877a
@@ -48,8 +48,8 @@ public class SetNextFieldRule extends Rule
Class pclass = parent.getClass();
if (digester.getLogger().isDebugEnabled()) {
digester.getLogger().debug("Set " + pclass.getName() + "." + _fieldName +
" = " + child);
digester.getLogger().debug("Set " + pclass.getName() + "." +
_fieldName + " = " + child);
}
// stuff the child object into the field of the parent