]> source.dussan.org Git - jgit.git/commitdiff
Fix compilation error due to missing javadoc. 25/5325/1
authorMarkus Duft <markus.duft@salomon.at>
Mon, 12 Mar 2012 13:54:56 +0000 (14:54 +0100)
committerMarkus Duft <markus.duft@salomon.at>
Mon, 12 Mar 2012 13:54:56 +0000 (14:54 +0100)
Another change introduced this problem. With default JGit project
settings there is a compilation problem as javadoc problems are set to
Error in the project preferences.

Change-Id: I81e3ceeb02f7a2119b2a6cfefb7fbd9e83771fc9

org.eclipse.jgit/src/org/eclipse/jgit/util/io/EolCanonicalizingInputStream.java

index 2492393064d4493c0ab476c4a92b1840f83de742..954c64676d55723fb918684db45e4575428cecaa 100644 (file)
@@ -72,9 +72,11 @@ public class EolCanonicalizingInputStream extends InputStream {
 
        /**
         * Creates a new InputStream, wrapping the specified stream
-        *
+        * 
         * @param in
         *            raw input stream
+        * @param detectBinary
+        *            whether binaries should be detected
         */
        public EolCanonicalizingInputStream(InputStream in, boolean detectBinary) {
                this.in = in;