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:
kohsuke 2008-02-05 01:33:34 +00:00
parent d6455b6a00
commit 1ca3d490db
1 changed files with 1 additions and 1 deletions

View File

@ -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);