We don't control the XML provided by the game makers so don't generate warning
messages if they put bogus shit in their game definition. git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@477 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -145,7 +145,7 @@ public class GameParser
|
||||
protected void addParameter (String path, Class pclass)
|
||||
{
|
||||
_digester.addRule(path, new ObjectCreateRule(pclass));
|
||||
_digester.addRule(path, new SetPropertyFieldsRule());
|
||||
_digester.addRule(path, new SetPropertyFieldsRule(false));
|
||||
_digester.addSetNext(path, "add", Object.class.getName());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user