Polish formatting

This commit is contained in:
Phillip Webb
2016-12-19 10:30:48 -08:00
parent e578ace7d7
commit bd74c3d327
346 changed files with 578 additions and 53 deletions

View File

@@ -78,6 +78,7 @@ public class MixedVersionRepackagingTests {
public boolean matches(JarFile jarFile) {
return jarFile.getEntry(this.entryName) != null;
}
}
}

View File

@@ -91,4 +91,5 @@ public class SpringLoadedTests {
}
fail("Required pattern '" + requiredPattern + "' not matched in " + actualOutput);
}
}

View File

@@ -116,4 +116,5 @@ public class StarterDependenciesIntegrationTests {
fail(root.getMessage());
}
}
}