[ 
https://issues.apache.org/jira/browse/CAMEL-12554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16537500#comment-16537500
 ] 

ASF GitHub Bot commented on CAMEL-12554:
----------------------------------------

onderson commented on a change in pull request #2415: CAMEL-12554 - 
camel-geocoder - Use new API
URL: https://github.com/apache/camel/pull/2415#discussion_r201130369
 
 

 ##########
 File path: 
components/camel-geocoder/src/main/java/org/apache/camel/component/geocoder/GeoCoderEndpoint.java
 ##########
 @@ -158,6 +149,15 @@ public void setClientKey(String clientKey) {
         this.clientKey = clientKey;
     }
 
+
+    private String getApiKey() {
+        return apiKey;
+    }
+
+    public void setApiKey(String apiKey) {
 
 Review comment:
   missing javadoc and component validation fails.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> camel-geocoder - Use new API
> ----------------------------
>
>                 Key: CAMEL-12554
>                 URL: https://issues.apache.org/jira/browse/CAMEL-12554
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-geocoder
>            Reporter: Claus Ibsen
>            Priority: Major
>             Fix For: 2.23.0
>
>
> See
> [https://github.com/apilayer/freegeoip#readme]
> There is a newer API. Not sure if we have migrated already, but as the old 
> API is terminated in July 2018 then we dont have so much time.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to