diff options
| author | campbeb <bpcampbell@gmail.com> | 2013-01-16 21:11:00 -1000 |
|---|---|---|
| committer | campbeb <bpcampbell@gmail.com> | 2013-01-16 21:11:00 -1000 |
| commit | 30d309a38311ce4429e9dadfaae845e10d11430b (patch) | |
| tree | b977d17e0c3018d42b77b806780132fd5e3c11ac /main/src | |
| parent | cf0ed3e3a1449115705bd4443990df7e4aa152d4 (diff) | |
| download | cgeo-30d309a38311ce4429e9dadfaae845e10d11430b.zip cgeo-30d309a38311ce4429e9dadfaae845e10d11430b.tar.gz cgeo-30d309a38311ce4429e9dadfaae845e10d11430b.tar.bz2 | |
Remvoe unused image view and fix Java Docs
Diffstat (limited to 'main/src')
| -rw-r--r-- | main/src/cgeo/geocaching/connector/gc/GCParser.java | 6 |
1 files changed, 5 insertions, 1 deletions
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 |
