From a9e22f4d751a5a8e68cd23ee66231bc60a1f643e Mon Sep 17 00:00:00 2001 From: Stuart Boston Date: Sat, 19 Mar 2016 15:33:34 +0000 Subject: [PATCH] fix java doc --- .../model/discover/Discover.java | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/main/java/com/omertron/themoviedbapi/model/discover/Discover.java b/src/main/java/com/omertron/themoviedbapi/model/discover/Discover.java index 61df8168f..711c4e1d6 100644 --- a/src/main/java/com/omertron/themoviedbapi/model/discover/Discover.java +++ b/src/main/java/com/omertron/themoviedbapi/model/discover/Discover.java @@ -25,7 +25,7 @@ import com.omertron.themoviedbapi.tools.TmdbParameters; /** * Generate a discover object for use in the MovieDbApi - *

+ *

* This allows you to just add the search components you are concerned with * * @author stuart.boston @@ -39,7 +39,7 @@ public class Discover { /** * Get the parameters - *

+ *

* This will be used to construct the URL in the API * * @return @@ -183,7 +183,7 @@ public class Discover { /** * The minimum release to include. - *

+ *

* Expected format is YYYY-MM-DD. * * @param releaseDateGte @@ -196,7 +196,7 @@ public class Discover { /** * The maximum release to include. - *

+ *

* Expected format is YYYY-MM-DD. * * @param releaseDateLte @@ -209,9 +209,9 @@ public class Discover { /** * Only include movies with certifications for a specific country. - *

+ *

* When this value is specified, 'certificationLte' is required. - *

+ *

* A ISO 3166-1 is expected * * @param certificationCountry @@ -224,7 +224,7 @@ public class Discover { /** * Only include movies with this certification and lower. - *

+ *

* Expected value is a valid certification for the specified 'certificationCountry'. * * @param certificationLte @@ -337,11 +337,11 @@ public class Discover { /** * Only include movies with the specified genres. - *

+ *

* Expected value is an integer (the id of a genre). - *

+ *

* Multiple values can be specified. - *

+ *

* Comma separated indicates an 'AND' query, while a pipe (|) separated value indicates an 'OR' * * @param withGenres