Add javadoc comments, remove unused code, shift comments to correct place
commit2484ad6fe033fd811fc25245a1eb0c2fdda20d91
authorChristian Halstrick <christian.halstrick@sap.com>
Fri, 9 Oct 2009 14:18:59 +0000 (9 16:18 +0200)
committerChristian Halstrick <christian.halstrick@sap.com>
Fri, 9 Oct 2009 14:18:59 +0000 (9 16:18 +0200)
tree5733df9cf1115556ae833cab8fb324ff7ecd199e
parent4c3f90cfaa2bf1e578a21de546b25d367f0245d8
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.
org.eclipse.jgit/src/org/eclipse/jgit/diff/DiffFormatter.java
org.eclipse.jgit/src/org/eclipse/jgit/diff/MyersDiff.java
org.eclipse.jgit/src/org/eclipse/jgit/diff/RawText.java