JgitPathTest: Remove unneeded import Classes that are only referenced from javadoc shouldn't be imported, but instead the references in the javadoc should use the fully qualified class name. Signed-off-by: Edwin Kempin <ekempin@google.com> Change-Id: I518733966d1d53540ad5ff608ccf9a0ff56a8a95
diff --git a/javatests/com/google/gerrit/plugins/codeowners/util/JgitPathTest.java b/javatests/com/google/gerrit/plugins/codeowners/util/JgitPathTest.java index c1746ff..4b73459 100644 --- a/javatests/com/google/gerrit/plugins/codeowners/util/JgitPathTest.java +++ b/javatests/com/google/gerrit/plugins/codeowners/util/JgitPathTest.java
@@ -19,12 +19,11 @@ import static com.google.gerrit.testing.GerritJUnit.assertThrows; import com.google.gerrit.plugins.codeowners.acceptance.AbstractCodeOwnersTest; -import com.google.gerrit.plugins.codeowners.util.JgitPath; import java.nio.file.Path; import java.nio.file.Paths; import org.junit.Test; -/** Tests for {@link JgitPath}. */ +/** Tests for {@link com.google.gerrit.plugins.codeowners.util.JgitPath}. */ public class JgitPathTest extends AbstractCodeOwnersTest { @Test public void getJgitPathOfStringPath() throws Exception {