Reformat all Java files with google-java-format 1.6
Change-Id: Iedba3f24ac00e2186e3e0688fabea817ddf43739
This commit is contained in:
@@ -448,17 +448,15 @@ public class PatchListLoader implements Callable<PatchList> {
|
||||
try {
|
||||
return result.get(timeoutMillis, TimeUnit.MILLISECONDS);
|
||||
} catch (InterruptedException | TimeoutException e) {
|
||||
logger
|
||||
.atWarning()
|
||||
.log(
|
||||
"%s ms timeout reached for Diff loader in project %s"
|
||||
+ " on commit %s on path %s comparing %s..%s",
|
||||
timeoutMillis,
|
||||
project,
|
||||
commitB.name(),
|
||||
diffEntry.getNewPath(),
|
||||
diffEntry.getOldId().name(),
|
||||
diffEntry.getNewId().name());
|
||||
logger.atWarning().log(
|
||||
"%s ms timeout reached for Diff loader in project %s"
|
||||
+ " on commit %s on path %s comparing %s..%s",
|
||||
timeoutMillis,
|
||||
project,
|
||||
commitB.name(),
|
||||
diffEntry.getNewPath(),
|
||||
diffEntry.getOldId().name(),
|
||||
diffEntry.getNewId().name());
|
||||
result.cancel(true);
|
||||
synchronized (diffEntry) {
|
||||
return toFileHeaderWithoutMyersDiff(diffFormatter, diffEntry);
|
||||
|
||||
Reference in New Issue
Block a user