From 2e472e1d53031b3d07fa57aa31911d65df059a57 Mon Sep 17 00:00:00 2001 From: Stephan Fuhrmann Date: Tue, 18 Jul 2023 22:03:51 +0200 Subject: [PATCH] Checkstyle fix --- .../main/java/de/sfuhrm/radiobrowser4j/AdvancedSearch.java | 6 ++++-- .../src/main/java/de/sfuhrm/radiobrowser4j/SearchMode.java | 6 ++++-- .../src/main/java/de/sfuhrm/radiobrowser4j/Station.java | 3 ++- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/radiobrowser4j/src/main/java/de/sfuhrm/radiobrowser4j/AdvancedSearch.java b/radiobrowser4j/src/main/java/de/sfuhrm/radiobrowser4j/AdvancedSearch.java index eea978bd..01b117f0 100644 --- a/radiobrowser4j/src/main/java/de/sfuhrm/radiobrowser4j/AdvancedSearch.java +++ b/radiobrowser4j/src/main/java/de/sfuhrm/radiobrowser4j/AdvancedSearch.java @@ -22,7 +22,8 @@ public final class AdvancedSearch extends ParameterProvider { private Boolean nameExact; /** Country of the station. - * @deprecated Do NOT use the "country" fields anymore! Use "countrycode" instead, which is standardized. + * @deprecated Do NOT use the "country" fields anymore! + * Use "countrycode" instead, which is standardized. * @see #countryCode * @see api.radio-browser.info * */ @@ -30,7 +31,8 @@ public final class AdvancedSearch extends ParameterProvider { private String country; /** True: only exact matches, otherwise all matches. - * @deprecated Do NOT use the "country" fields anymore! Use "countrycode" instead, which is standardized. + * @deprecated Do NOT use the "country" fields anymore! + * Use "countrycode" instead, which is standardized. * @see #countryCode * @see api.radio-browser.info * */ diff --git a/radiobrowser4j/src/main/java/de/sfuhrm/radiobrowser4j/SearchMode.java b/radiobrowser4j/src/main/java/de/sfuhrm/radiobrowser4j/SearchMode.java index 3acd36cf..7646d770 100644 --- a/radiobrowser4j/src/main/java/de/sfuhrm/radiobrowser4j/SearchMode.java +++ b/radiobrowser4j/src/main/java/de/sfuhrm/radiobrowser4j/SearchMode.java @@ -32,14 +32,16 @@ public enum SearchMode { /** Search by exact codec. */ BYCODECEXACT, /** Search by country. - * @deprecated Do NOT use the "country" fields anymore! Use "countrycode" instead, which is standardized. + * @deprecated Do NOT use the "country" fields anymore! + * Use "countrycode" instead, which is standardized. * @see api.radio-browser.info * @see #BYCOUNTRYCODEEXACT * */ @Deprecated BYCOUNTRY, /** Search by exact country. - * @deprecated Do NOT use the "country" fields anymore! Use "countrycode" instead, which is standardized. + * @deprecated Do NOT use the "country" fields anymore! + * Use "countrycode" instead, which is standardized. * @see api.radio-browser.info * @see #BYCOUNTRYCODEEXACT * */ diff --git a/radiobrowser4j/src/main/java/de/sfuhrm/radiobrowser4j/Station.java b/radiobrowser4j/src/main/java/de/sfuhrm/radiobrowser4j/Station.java index e8ab29a6..7ef1a82e 100644 --- a/radiobrowser4j/src/main/java/de/sfuhrm/radiobrowser4j/Station.java +++ b/radiobrowser4j/src/main/java/de/sfuhrm/radiobrowser4j/Station.java @@ -80,7 +80,8 @@ public final class Station extends ParameterProvider { private List tagList = new ArrayList<>(); /** The country this station is located at. - * @deprecated Do NOT use the "country" fields anymore! Use "countrycode" instead, which is standardized. + * @deprecated Do NOT use the "country" fields anymore! + * Use "countrycode" instead, which is standardized. * @see #countryCode * @see api.radio-browser.info * */