This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git
The following commit(s) were added to refs/heads/trunk by this push: new c553918 Improved: no functional change, just fix 2 JavaDoc (no real pb just syntax) c553918 is described below commit c5539184e08943d0356ee9fb564584d13672851d Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Sat Dec 18 11:47:13 2021 +0100 Improved: no functional change, just fix 2 JavaDoc (no real pb just syntax) --- .../java/org/apache/ofbiz/ecommerce/janrain/JanrainHelper.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ecommerce/src/main/java/org/apache/ofbiz/ecommerce/janrain/JanrainHelper.java b/ecommerce/src/main/java/org/apache/ofbiz/ecommerce/janrain/JanrainHelper.java index ca2d8e9..9e6f3a6 100644 --- a/ecommerce/src/main/java/org/apache/ofbiz/ecommerce/janrain/JanrainHelper.java +++ b/ecommerce/src/main/java/org/apache/ofbiz/ecommerce/janrain/JanrainHelper.java @@ -73,16 +73,16 @@ public class JanrainHelper { } /** - * Gets api key. - * @return the api key + * Gets API key. + * @return the API key */ public String getApiKey() { return apiKey; } /** - * Gets base url. - * @return the base url + * Gets base URL. + * @return the base URL */ public String getBaseUrl() { return baseUrl;