File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -2151,21 +2151,24 @@ public String getDisplayName() {
2151
2151
return "Subversion" ;
2152
2152
}
2153
2153
2154
- @ Restricted (NoExternalUse .class )
2155
- void setGlobalExcludedRevprop (String revprop ) {
2156
- globalExcludedRevprop = revprop ;
2154
+ public void setGlobalExcludedRevprop (String globalExcludedRevprop ) {
2155
+ this .globalExcludedRevprop = globalExcludedRevprop ;
2157
2156
}
2158
2157
2159
2158
public String getGlobalExcludedRevprop () {
2160
- return globalExcludedRevprop ;
2159
+ return this . globalExcludedRevprop ;
2161
2160
}
2162
2161
2163
2162
public int getWorkspaceFormat () {
2164
- if (workspaceFormat == 0 )
2163
+ if (workspaceFormat == 0 )
2165
2164
return SVNAdminAreaFactory .WC_FORMAT_14 ; // default
2166
2165
return workspaceFormat ;
2167
2166
}
2168
2167
2168
+ public void setWorkspaceFormat (int workspaceFormat ) {
2169
+ this .workspaceFormat = workspaceFormat ;
2170
+ }
2171
+
2169
2172
public boolean isValidateRemoteUpToVar () {
2170
2173
return validateRemoteUpToVar ;
2171
2174
}
You can’t perform that action at this time.
0 commit comments