Add missing newlines at ends of Java files

Change-Id: Iead36f53d57ead0eb3edd3f9efb63b6630c9c20c
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
This commit is contained in:
David Pursehouse 2017-07-05 10:42:26 +09:00
parent e93b0026ce
commit 4940ea14b7
45 changed files with 45 additions and 45 deletions

View File

@ -60,4 +60,4 @@ public interface ServletBinder {
* the servlet to execute on this path.
*/
public void with(HttpServlet servlet);
}
}

View File

@ -88,4 +88,4 @@ public String getServletName() {
public ServletContext getServletContext() {
return null;
}
}
}

View File

@ -50,4 +50,4 @@
@Target({ java.lang.annotation.ElementType.METHOD })
public @interface Repeat {
public abstract int n();
}
}

View File

@ -128,4 +128,4 @@ public Statement apply(Statement statement, Description description) {
}
return result;
}
}
}

View File

@ -265,4 +265,4 @@ protected long createPseudoRandomContentFile(Path f, long size)
}
return Files.size(f);
}
}
}

View File

@ -164,4 +164,4 @@ private void addObjectInfo(Response.Body body, LfsObject o)
}
abstract Response.Body process() throws IOException;
}
}

View File

@ -146,4 +146,4 @@ public void abort() {
locked.unlock();
aborted = true;
}
}
}

View File

@ -80,4 +80,4 @@ public void testBranch() throws Exception {
"" }, execute("git reflog refs/heads/side"));
}
}
}
}

View File

@ -122,4 +122,4 @@ private void list(StoredConfig config) throws IOException,
}
}
}
}
}

View File

@ -204,4 +204,4 @@ public ReceivePack create(DaemonClient req, Repository repo)
}
});
}
}
}

View File

@ -111,4 +111,4 @@ public int parseArguments(Parameters params) throws CmdLineException {
}
}
}
}

View File

@ -289,4 +289,4 @@ private void setCommitsAndMerge() throws Exception {
.setMessage("merge s0 with m1").call();
}
}
}

View File

@ -620,4 +620,4 @@ private static void assertFileContentsEqual(File actFile, String string)
fis.close();
}
}
}
}

View File

@ -179,4 +179,4 @@ public void resolveDate() throws Exception {
}
}
}
}
}

View File

@ -171,4 +171,4 @@ public void testInconsistentCommitTimes() throws Exception {
assertNull(rw.next());
}
}
}

View File

@ -81,4 +81,4 @@ public void testSkipRevFilter0() throws Exception {
public void testSkipRevFilterNegative() throws Exception {
SkipRevFilter.create(-1);
}
}
}

View File

@ -269,4 +269,4 @@ public void addSubmoduleWithExistingSubmoduleDefined() throws Exception {
ConfigConstants.CONFIG_KEY_URL));
}
}
}
}

View File

@ -109,4 +109,4 @@ public Collection<ReflogEntry> call() throws GitAPIException,
}
}
}
}

View File

@ -162,4 +162,4 @@ public Map<String, String> call() throws GitAPIException {
throw new JGitInternalException(e.getMessage(), e);
}
}
}
}

View File

@ -193,4 +193,4 @@ public String toString() {
return key + "=" + value; //$NON-NLS-1$
}
}
}
}

View File

@ -225,4 +225,4 @@ public String toString() {
return sb.toString();
}
}
}

View File

@ -525,4 +525,4 @@ public String toString() {
buf.append("]");
return buf.toString();
}
}
}

View File

@ -92,4 +92,4 @@ public TooLargeObjectInPackException(long objectSize,
public TooLargeObjectInPackException(URIish uri, String s) {
super(uri.setPass(null) + ": " + s); //$NON-NLS-1$
}
}
}

View File

@ -69,4 +69,4 @@ public TranslationBundleLoadingException(Class bundleClass, Locale locale, Excep
+ bundleClass.getName() + ", " + locale.toString() + "]", //$NON-NLS-1$ //$NON-NLS-2$
bundleClass, locale, cause);
}
}
}

View File

@ -167,4 +167,4 @@ protected void doRun() throws AbortedByHookException {
}
}
}
}

View File

@ -74,4 +74,4 @@ public String getFromBranch() {
public String getToBranch() {
return to;
}
}
}

View File

@ -78,4 +78,4 @@ public AttributesNode load() throws IOException {
return r.getRules().isEmpty() ? null : r;
}
}
}

View File

@ -82,4 +82,4 @@ public int read() throws IOException {
public void close() {
wc.close();
}
}
}

View File

@ -139,4 +139,4 @@ public CheckoutEntry parseCheckout() {
else
return null;
}
}
}

View File

@ -287,4 +287,4 @@ private boolean shouldAutoCreateLog(final String refName) {
|| refName.startsWith(R_REMOTES) //
|| refName.equals(R_STASH);
}
}
}

View File

@ -136,4 +136,4 @@ public void writeChars(String s) throws IOException {
public void writeUTF(String s) throws IOException {
throw new UnsupportedOperationException();
}
}
}

View File

@ -127,4 +127,4 @@ private static int tableSize(final int worstCaseBlockCnt) {
sz <<= 1;
return sz;
}
}
}

View File

@ -738,4 +738,4 @@ protected FS safeFS() {
protected final B self() {
return (B) this;
}
}
}

View File

@ -62,4 +62,4 @@ public abstract class BitmapObject {
* @return unique hash of this object.
*/
public abstract ObjectId getObjectId();
}
}

View File

@ -17,4 +17,4 @@ public interface CheckoutEntry {
*/
public abstract String getToBranch();
}
}

View File

@ -75,4 +75,4 @@ public interface ReflogEntry {
*/
public abstract CheckoutEntry parseCheckout();
}
}

View File

@ -86,4 +86,4 @@ public interface ReflogReader {
public abstract List<ReflogEntry> getReverseEntries(int max)
throws IOException;
}
}

View File

@ -143,4 +143,4 @@ private void writeLine(RawText seq, int i) throws IOException {
if (out.isBeginln())
out.write('\n');
}
}
}

View File

@ -184,4 +184,4 @@ void load(Locale locale)
}
}
}
}
}

View File

@ -91,4 +91,4 @@ public boolean include(RevWalk walker, RevCommit cmit)
public RevFilter clone() {
return new SkipRevFilter(skip);
}
}
}

View File

@ -229,4 +229,4 @@ public int waitFor() throws InterruptedException {
return exitValue();
}
}
}
}

View File

@ -317,4 +317,4 @@ private void parse() {
}
}
}
}
}

View File

@ -83,4 +83,4 @@ public interface RemoteSession {
* Disconnect the remote session
*/
public void disconnect();
}
}

View File

@ -102,4 +102,4 @@ public TreeFilter clone() {
public String toString() {
return "INTERINDEX_DIFF"; //$NON-NLS-1$
}
}
}

View File

@ -140,4 +140,4 @@ private static long round(long n, long unit) {
long rounded = (n + unit / 2) / unit;
return rounded;
}
}
}