Fixed formatting.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1534 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -48,8 +48,8 @@ public class SetNextFieldRule extends Rule
|
|||||||
Class pclass = parent.getClass();
|
Class pclass = parent.getClass();
|
||||||
|
|
||||||
if (digester.getLogger().isDebugEnabled()) {
|
if (digester.getLogger().isDebugEnabled()) {
|
||||||
digester.getLogger().debug("Set " + pclass.getName() + "." + _fieldName +
|
digester.getLogger().debug("Set " + pclass.getName() + "." +
|
||||||
" = " + child);
|
_fieldName + " = " + child);
|
||||||
}
|
}
|
||||||
|
|
||||||
// stuff the child object into the field of the parent
|
// stuff the child object into the field of the parent
|
||||||
|
|||||||
Reference in New Issue
Block a user