| commit | d8e7ffb12c21781e11e1b58741a36f660254bde7 | [log] [tgz] |
|---|---|---|
| author | Matthias Sohn <matthias.sohn@sap.com> | Sun Oct 01 01:15:56 2023 +0200 |
| committer | Matthias Sohn <matthias.sohn@sap.com> | Fri Oct 06 15:49:57 2023 +0000 |
| tree | 26c4974a78bd871112e56c379c7594e24d32d3cb | |
| parent | e2e3c6a5361d5617ea9f05552db089986f80b204 [diff] |
[errorprone] Fix see InvalidInlineTag See https://errorprone.info/bugpattern/InvalidInlineTag Change-Id: If7e5ecc1d1ea7188611dcf8f8ad3a9062fb58450
diff --git a/javatests/com/google/gitiles/PathServletTest.java b/javatests/com/google/gitiles/PathServletTest.java index ad9d43e..5002948 100644 --- a/javatests/com/google/gitiles/PathServletTest.java +++ b/javatests/com/google/gitiles/PathServletTest.java
@@ -38,7 +38,7 @@ import org.junit.runner.RunWith; import org.junit.runners.JUnit4; -/** Tests for {@PathServlet}. */ +/** Tests for {@link PathServlet}. */ @SuppressWarnings("unchecked") @RunWith(JUnit4.class) public class PathServletTest extends ServletTest {