diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/patch/PatchApplier.java b/org.eclipse.jgit/src/org/eclipse/jgit/patch/PatchApplier.java index b9bf09084..ca8ea5d17 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/patch/PatchApplier.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/patch/PatchApplier.java @@ -947,8 +947,7 @@ private boolean isNoNewlineAtEndOfFile( 0, buf.length); RawText lhrt = new RawText(buf); return lhrt.getString(lhrt.size() - 1) - .equals("\\ No newline at end of file"); // $NON-NLS-1$, - // $NON-NLS-2$ + .equals("\\ No newline at end of file"); //$NON-NLS-1$ } /**