fix wrong field name for proxy excludes

This commit is contained in:
Sebastian Sdorra
2012-12-09 14:59:35 +01:00
parent 485e3485fc
commit 28c1d0b9d9

View File

@@ -708,7 +708,7 @@ public class ScmConfiguration
private String pluginUrl = DEFAULT_PLUGINURL;
/** glob patterns for urls which are excluded from proxy */
@XmlElement(name = "admin-groups")
@XmlElement(name = "proxy-excludes")
@XmlJavaTypeAdapter(XmlSetStringAdapter.class)
private Set<String> proxyExcludes;