From bceac7bd03e5a7660cb4f934f0db7ada7eab7b54 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Mon, 21 Oct 2019 09:29:50 +0200 Subject: [PATCH] Remove meaningless comment in CloneCommandTest This comment was probably copied from testCloneRepositoryWithBranch() to testBareCloneRepositoryOnlyOneBranch() where it doesn't make sense. Hence remove it. Change-Id: I846debd084dd77fd473c3602a799f195a8390f77 Signed-off-by: Matthias Sohn --- .../tst/org/eclipse/jgit/api/CloneCommandTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CloneCommandTest.java b/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CloneCommandTest.java index 63fe4212b..3224bbb78 100644 --- a/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CloneCommandTest.java +++ b/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CloneCommandTest.java @@ -403,7 +403,6 @@ public void testCloneRepositoryOnlyOneBranch() throws Exception { @Test public void testBareCloneRepositoryOnlyOneBranch() throws Exception { - // Same thing, but now test with bare repo File directory = createTempDirectory( "testCloneRepositoryWithBranch_bare"); CloneCommand command = Git.cloneRepository();