From a112fb84cc991084d0554b8360fef59ee8d6e49a Mon Sep 17 00:00:00 2001 From: Bananeweizen Date: Mon, 24 Nov 2014 07:22:59 +0100 Subject: Javadoc fixes --- tests/src/cgeo/geocaching/CgeoApplicationTest.java | 6 +++--- tests/src/cgeo/geocaching/connector/gc/GCParserTest.java | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/src') diff --git a/tests/src/cgeo/geocaching/CgeoApplicationTest.java b/tests/src/cgeo/geocaching/CgeoApplicationTest.java index 02aa9de..8645907 100644 --- a/tests/src/cgeo/geocaching/CgeoApplicationTest.java +++ b/tests/src/cgeo/geocaching/CgeoApplicationTest.java @@ -107,7 +107,7 @@ public class CgeoApplicationTest extends CGeoTestCase { } /** - * Test {@link GCParser#searchByGeocode(String, String, int, boolean, CancellableHandler)} + * Test {@link Geocache#searchByGeocode(String, String, int, boolean, CancellableHandler)} */ @MediumTest public static Geocache testSearchByGeocode(final String geocode) { @@ -283,7 +283,7 @@ public class CgeoApplicationTest extends CGeoTestCase { } /** - * Test {@link ConnectorFactory#searchByViewport(Viewport, String)} + * Test {@link ConnectorFactory#searchByViewport(Viewport, MapTokens)} */ @MediumTest public static void testSearchByViewport() { @@ -338,7 +338,7 @@ public class CgeoApplicationTest extends CGeoTestCase { } /** - * Test {@link ConnectorFactory#searchByViewport(Viewport, String)} + * Test {@link ConnectorFactory#searchByViewport(Viewport, MapTokens)} */ @MediumTest public static void testSearchByViewportNotLoggedIn() { diff --git a/tests/src/cgeo/geocaching/connector/gc/GCParserTest.java b/tests/src/cgeo/geocaching/connector/gc/GCParserTest.java index bfd5cb1..fb7224b 100644 --- a/tests/src/cgeo/geocaching/connector/gc/GCParserTest.java +++ b/tests/src/cgeo/geocaching/connector/gc/GCParserTest.java @@ -93,7 +93,7 @@ public class GCParserTest extends AbstractResourceInstrumentationTestCase { } /** - * Test {@link GCParser#parseCacheFromText(String, int, CancellableHandler)} with "mocked" data + * Test {@link GCParser#parseCacheFromText(String, CancellableHandler)} with "mocked" data * */ @MediumTest -- cgit v1.1