Indentation correction.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2110 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
ray
2007-06-05 01:43:25 +00:00
parent 7932dbde0e
commit 4628bbc787
@@ -130,7 +130,7 @@ public class SetPropertyFieldsRule extends Rule
// and finally set the field
field.set(top, value);
}
}
}
protected HashMap<String,FieldParser> _parsers;