Reformat all Java files with google-java-format 1.6
Change-Id: Iedba3f24ac00e2186e3e0688fabea817ddf43739
This commit is contained in:
@@ -99,11 +99,9 @@ public final class MagicBranch {
|
||||
}
|
||||
if (!blockingFors.isEmpty()) {
|
||||
String projName = project.getName();
|
||||
logger
|
||||
.atSevere()
|
||||
.log(
|
||||
"Repository '%s' needs the following refs removed to receive changes: %s",
|
||||
projName, blockingFors.keySet());
|
||||
logger.atSevere().log(
|
||||
"Repository '%s' needs the following refs removed to receive changes: %s",
|
||||
projName, blockingFors.keySet());
|
||||
return new Capable("One or more " + branchName + " names blocks change upload");
|
||||
}
|
||||
|
||||
|
||||
@@ -90,9 +90,8 @@ public class SystemLog {
|
||||
if (appender != null) {
|
||||
async.addAppender(appender);
|
||||
} else {
|
||||
logger
|
||||
.atWarning()
|
||||
.log("No appender with the name: %s was found. %s logging is disabled", name, name);
|
||||
logger.atWarning().log(
|
||||
"No appender with the name: %s was found. %s logging is disabled", name, name);
|
||||
}
|
||||
}
|
||||
async.activateOptions();
|
||||
|
||||
Reference in New Issue
Block a user