]> source.dussan.org Git - jgit.git/commitdiff
Correct Javadoc of DiffFormatter class 82/1482/1
authorShawn O. Pearce <spearce@spearce.org>
Wed, 1 Sep 2010 03:24:37 +0000 (20:24 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 1 Sep 2010 17:19:42 +0000 (10:19 -0700)
This class does a lot more than just reflow a patch script, it now is
the primary means of creating a diff output.

Change-Id: I74467c9a53dc270ef8c84e7c75f388414ec8ba8f
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit/src/org/eclipse/jgit/diff/DiffFormatter.java

index 6f761d03666cbbf6e7887941f5d00d2b2c98f252..40a5b3764f0dbfc432e7a5738531f923330bc165 100644 (file)
@@ -73,7 +73,7 @@ import org.eclipse.jgit.util.QuotedString;
 import org.eclipse.jgit.util.io.DisabledOutputStream;
 
 /**
- * Format an {@link EditList} as a Git style unified patch script.
+ * Format a Git style patch script.
  */
 public class DiffFormatter {
        private static final byte[] noNewLine = encodeASCII("\\ No newline at end of file\n");