]> source.dussan.org Git - jgit.git/commit
Cleanup code and Eclipse compile errors in new gitrepo API 22/48522/3
authorAndrey Loskutov <loskutov@gmx.de>
Sun, 24 May 2015 07:31:17 +0000 (09:31 +0200)
committerAndrey Loskutov <loskutov@gmx.de>
Sun, 24 May 2015 08:27:20 +0000 (10:27 +0200)
commit1773002a3446c93ab03997b65139fc7d014599b9
tree8ef90c566631a5c3617c8fe04048f136540eeec0
parenta990cce776364dd0f6bb342a5172f358088f9f73
Cleanup code and Eclipse compile errors in new gitrepo API

Commit d3348e introduced few errors in Eclipse.

This commit cleans up the new API:
 - fixes API error in RepoCommand after moving IncludedFileReader type
 - fixes unused imports in RepoCommand & RepoCommandTest
 - fix javadoc errors in ManifestParser & RepoProject
 - makes three (implicitly final) fields in ManifestParser final.

Change-Id: I4185f451d97039d155391f62815bb9d3afe39fa6
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
org.eclipse.jgit.test/tst/org/eclipse/jgit/gitrepo/RepoCommandTest.java
org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/ManifestParser.java
org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java
org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoProject.java