コード例 #1
0
 // TODO: synchronize this
 public static ReferenceClient getInstance()
 {
     if (instance == null)
     instance = new ReferenceClient();
       return instance;
 }
コード例 #2
0
 public void setUp()
 {
     refClient = ThreetapsClient.getInstance().setAuthID(API_KEY).referenceClient;
 }