java: Javadoc fixes

This commit is contained in:
Ville Skyttä
2016-09-01 18:07:35 +03:00
parent e7ec360ba8
commit 0363858672
318 changed files with 806 additions and 559 deletions

View File

@@ -8,7 +8,7 @@ import java.util.Map;
/**
* API response returned by API call.
*
* @param T The type of data that is deserialized from response body
* @param <T> The type of data that is deserialized from response body
*/
public class ApiResponse<T> {
final private int statusCode;

View File

@@ -151,10 +151,9 @@ class DateAdapter implements JsonSerializer<Date>, JsonDeserializer<Date> {
*
* @param json Json element
* @param date Type
* @param typeOfSrc Type
* @param context Json Serialization Context
* @return Date
* @throw JsonParseException if fail to parse
* @throws JsonParseException if fail to parse
*/
@Override
public Date deserialize(JsonElement json, Type date, JsonDeserializationContext context) throws JsonParseException {

View File

@@ -1,4 +1,4 @@
/**
/*
* {{{appName}}}
* {{{appDescription}}}
*