We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a17944 commit 998041eCopy full SHA for 998041e
templates/android/client/client.java.tpl
@@ -356,7 +356,7 @@ public class {{Camel .Interface.Name }}Client extends Abstract{{Camel .Interface
356
@Override
357
public {{javaReturn "" . }} get{{Camel .Name}}()
358
{
359
- Log.i(TAG, "request get{{Camel .Name}} called,");
+ Log.i(TAG, "request get{{Camel .Name}} called, returning local");
360
return m_{{javaVar .}};
361
}
362
0 commit comments