Skip to content

Commit

Permalink
Suggest ONLY use this class when new API is not implemented.
Browse files Browse the repository at this point in the history
  • Loading branch information
askeing committed Mar 5, 2013
1 parent 67efdc6 commit 05cfc4a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/main/java/com/google/jplurk_oauth/ext/GeneralCaller.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@

/**
* @author Askeing
* The general API caller can call APIs directly by API path.
* It get more flexible to support new APIs in the future.
* The general API caller can call APIs directly by API path.<br/>
* It get more flexible to support new APIs is not implemented in modules.
*
* <p><strong>NOTE</strong>: We suggest ONLY use this class when there is new API which is not implemented in modules.</p>
*/
public class GeneralCaller extends AbstractModule {

Expand Down

0 comments on commit 05cfc4a

Please sign in to comment.