提交 0307f130 编写于 作者: K kohsuke

formatting fix

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@15820 71c3de6d-444a-0410-be80-ed276b4c234a
上级 8c5e3000
......@@ -162,7 +162,7 @@ public class SubversionSCM extends SCM implements Serializable {
private boolean useUpdate;
private final SubversionRepositoryBrowser browser;
private String excludedRegions;
private String excludedRegions;
// No longer in use but left for serialization compatibility.
@Deprecated
......@@ -197,7 +197,7 @@ public class SubversionSCM extends SCM implements Serializable {
this.useUpdate = useUpdate;
this.browser = browser;
this.excludedRegions = excludedRegions;
this.excludedRegions = excludedRegions;
}
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册