Browse Source

Fix compilation error due to missing javadoc.

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
stable-2.0
Markus Duft 13 years ago
parent
commit
d1403512f5
  1. 2
      org.eclipse.jgit/src/org/eclipse/jgit/util/io/EolCanonicalizingInputStream.java

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

@ -75,6 +75,8 @@ public class EolCanonicalizingInputStream extends InputStream {
*
* @param in
* raw input stream
* @param detectBinary
* whether binaries should be detected
*/
public EolCanonicalizingInputStream(InputStream in, boolean detectBinary) {
this.in = in;

Loading…
Cancel
Save