mirror of https://github.com/jenkinsci/jenkins.git
formatting changes
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@6989 71c3de6d-444a-0410-be80-ed276b4c234a
This commit is contained in:
parent
d6455b6a00
commit
1ca3d490db
|
|
@ -669,7 +669,7 @@ public class SubversionSCM extends SCM implements Serializable {
|
|||
}
|
||||
|
||||
try {
|
||||
if (! repositoryLocationsExist()) {
|
||||
if (!repositoryLocationsExist()) {
|
||||
// Disable this project, see issue #763
|
||||
listener.getLogger().println("One or more repository locations do not exist anymore for " + project + ", project will be disabled.");
|
||||
project.makeDisabled(true);
|
||||
|
|
|
|||
Loading…
Reference in New Issue