Fix javadoc leftovers in org.eclipse.jgit api package

Change-Id: I2150889b5ed04e8739e2367fc9023b750b516398
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
This commit is contained in:
Matthias Sohn 2017-12-19 23:21:57 +01:00 committed by David Pursehouse
parent 1c35379100
commit 7f6aaa5768
2 changed files with 3 additions and 4 deletions

View File

@ -731,7 +731,7 @@ public CheckoutCommand setStage(Stage stage) {
} }
/** /**
* <p>getResult.</p> * Get the result, never <code>null</code>
* *
* @return the result, never <code>null</code> * @return the result, never <code>null</code>
*/ */

View File

@ -129,11 +129,10 @@ public C setTransportConfigCallback(
return self(); return self();
} }
/** @return {@code this} */
/** /**
* Return this command * Return this command cast to {@code C}
* *
* @return this command * @return {@code this} cast to {@code C}
*/ */
@SuppressWarnings("unchecked") @SuppressWarnings("unchecked")
protected final C self() { protected final C self() {