Add javadoc comments, remove unused code, shift comments to correct place
This change only fixes warnings of the eclipse build regarding missing javadocs. Some comments where just missing, so they have been added. Other comments where at the wrong (from eclipse point of view) place, so eclipse was complaining. Also two method which existed for debugging purposes have been removed to get rid of Eclipse warngins about unused code.
Showing
- org.eclipse.jgit/src/org/eclipse/jgit/diff/DiffFormatter.java 8 additions, 0 deletions...eclipse.jgit/src/org/eclipse/jgit/diff/DiffFormatter.java
- org.eclipse.jgit/src/org/eclipse/jgit/diff/MyersDiff.java 88 additions, 25 deletionsorg.eclipse.jgit/src/org/eclipse/jgit/diff/MyersDiff.java
- org.eclipse.jgit/src/org/eclipse/jgit/diff/RawText.java 1 addition, 0 deletionsorg.eclipse.jgit/src/org/eclipse/jgit/diff/RawText.java
Please register or sign in to comment