From 2464fa440f7585154c591d3a12f6778026da40ff Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Thu, 21 Dec 2017 01:36:18 +0100 Subject: Fix remaining javadoc errors raised by doclint For now ignore doclint "missing" warnings. Change-Id: I0e5af7a757f4d92ffeeb113f30576a35414d6781 Signed-off-by: Matthias Sohn --- .../tst/org/eclipse/jgit/pgm/CheckoutTest.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'org.eclipse.jgit.pgm.test/tst/org/eclipse') diff --git a/org.eclipse.jgit.pgm.test/tst/org/eclipse/jgit/pgm/CheckoutTest.java b/org.eclipse.jgit.pgm.test/tst/org/eclipse/jgit/pgm/CheckoutTest.java index a98dd1cf98..b2115a4b74 100644 --- a/org.eclipse.jgit.pgm.test/tst/org/eclipse/jgit/pgm/CheckoutTest.java +++ b/org.eclipse.jgit.pgm.test/tst/org/eclipse/jgit/pgm/CheckoutTest.java @@ -502,7 +502,8 @@ public class CheckoutTest extends CLIRepositoryTestCase { *
  • Create branch '1' *
  • Modify file 'a' *
  • Commit - *
  • Delete file 'a' & replace by folder 'a' in the working tree & index + *
  • Delete file 'a' and replace by folder 'a' in the working tree and + * index *
  • Checkout branch '1' * *

    @@ -555,7 +556,8 @@ public class CheckoutTest extends CLIRepositoryTestCase { *

  • Create branch '1' *
  • Modify file 'a' *
  • Commit - *
  • Delete file 'a' & replace by folder 'a' in the working tree & index + *
  • Delete file 'a' and replace by folder 'a' in the working tree and + * index *
  • Checkout branch '1' * *

    -- cgit v1.2.3