From 30d309a38311ce4429e9dadfaae845e10d11430b Mon Sep 17 00:00:00 2001 From: campbeb Date: Wed, 16 Jan 2013 21:11:00 -1000 Subject: Remvoe unused image view and fix Java Docs --- main/src/cgeo/geocaching/connector/gc/GCParser.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'main/src') diff --git a/main/src/cgeo/geocaching/connector/gc/GCParser.java b/main/src/cgeo/geocaching/connector/gc/GCParser.java index 908c21a..b885e5b 100644 --- a/main/src/cgeo/geocaching/connector/gc/GCParser.java +++ b/main/src/cgeo/geocaching/connector/gc/GCParser.java @@ -1071,9 +1071,13 @@ public abstract class GCParser { /** * Upload an image to a log that has already been posted - * + * * @param logId * the ID of the log to upload the image to. Found on page returned when log is uploaded + * @param caption + * of the image; max 50 chars + * @param description + * of the image; max 250 chars * @param imageUri * the URI for the image to be uploaded * @return status code to indicate success or failure -- cgit v1.1