Github user ianwdunlop commented on a diff in the pull request:

    
https://github.com/apache/incubator-taverna-mobile/pull/28#discussion_r80462841
  
    --- Diff: 
app/src/main/java/org/apache/taverna/mobile/data/remote/BaseApiManager.java ---
    @@ -20,27 +20,42 @@
     
     import retrofit2.Retrofit;
     import retrofit2.adapter.rxjava.RxJavaCallAdapterFactory;
    +import retrofit2.converter.gson.GsonConverterFactory;
     import retrofit2.converter.simplexml.SimpleXmlConverterFactory;
     
     
     public class BaseApiManager {
     
     
    -    public static final String END_POINT = "http://www.myexperiment.org/";;
    -    public TavernaService mTavernaService;
    +    public static final String MY_EXPERIMENT_END_POINT = 
"http://www.myexperiment.org/";;
     
    -    public BaseApiManager() {
    +    public static final String TAVERNA_PLAYER_END_POINT = 
"http://139.59.28.12:3000/";;
    --- End diff --
    
    I know it is useful for testing but might not be a good idea to distribute 
code with it hard coded.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to