Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
Make TOs not strict (allow unknown tags in XMLs)
Browse files Browse the repository at this point in the history
  • Loading branch information
binwiederhier committed Aug 4, 2014
1 parent 02ffbce commit 7983c7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -45,7 +45,7 @@
* @see <a href="http://simple.sourceforge.net/">Simple framework</a> at simple.sourceforge.net
* @author Philipp C. Heckel <philipp.heckel@gmail.com>
*/
@Root(name="config")
@Root(name="config", strict=false)
@Namespace(reference="http://syncany.org/config/1")
public class ConfigTO {
@Element(name="machinename", required=true)
Expand Down
Expand Up @@ -37,7 +37,7 @@
* @see <a href="http://simple.sourceforge.net/">Simple framework</a> at simple.sourceforge.net
* @author Philipp C. Heckel <philipp.heckel@gmail.com>
*/
@Root(name="userConfig")
@Root(name="userConfig", strict=false)
@Namespace(reference="http://syncany.org/userconfig/1")
public class UserConfigTO {
@ElementMap(name="systemProperties", entry="property", key="name", required=false, attribute=true)
Expand Down

0 comments on commit 7983c7a

Please sign in to comment.