]> source.dussan.org Git - jgit.git/commitdiff
Fix javadoc leftovers in org.eclipse.jgit api package 50/114450/2
authorMatthias Sohn <matthias.sohn@sap.com>
Tue, 19 Dec 2017 22:21:57 +0000 (23:21 +0100)
committerDavid Pursehouse <david.pursehouse@gmail.com>
Tue, 19 Dec 2017 23:51:16 +0000 (08:51 +0900)
Change-Id: I2150889b5ed04e8739e2367fc9023b750b516398
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
org.eclipse.jgit/src/org/eclipse/jgit/api/CheckoutCommand.java
org.eclipse.jgit/src/org/eclipse/jgit/api/TransportCommand.java

index 50716881675f41452c984529a89b5c5e72c740d7..aa9939edd3c1f7a198ef64c451840ffb52bad311 100644 (file)
@@ -731,7 +731,7 @@ public class CheckoutCommand extends GitCommand<Ref> {
        }
 
        /**
-        * <p>getResult.</p>
+        * Get the result, never <code>null</code>
         *
         * @return the result, never <code>null</code>
         */
index 9032329ceffcec162a107ccd1c460067489bdfe8..9c915377d06423b2168c3237efaa45d0797164cb 100644 (file)
@@ -129,11 +129,10 @@ public abstract class TransportCommand<C extends GitCommand, T> extends
                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")
        protected final C self() {