Skip to content

Commit

Permalink
updated javadocs related to previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
faob-dev committed Apr 3, 2018
1 parent 0799c5e commit 211a783
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/java/io/faob/utopian/service/UtopianService.java
Expand Up @@ -24,7 +24,7 @@ public interface UtopianService {


/**
* Returns all moderators as {@link JsonObject}.
* Returns all moderators as {@link JsonArray}.
* <p>
* Note: After this method call you need to call {@code get()} to make http call and get response.
* </p>
Expand All @@ -35,7 +35,7 @@ public interface UtopianService {


/**
* Returns all sponsors as {@link JsonObject}.
* Returns all sponsors as {@link JsonArray}.
* <p>
* Note: After this method call you need to call {@code get()} to make http call and get response.
* </p>
Expand Down Expand Up @@ -79,7 +79,7 @@ public interface UtopianService {


/**
* Returns posts as {@link JsonObject} with given filter options.
* Returns posts as {@link JsonArray} with given filter options.
* <p>
* Note: After this method call you need to call {@code get()} to make http call and get response.
* </p>
Expand Down Expand Up @@ -139,7 +139,7 @@ public interface UtopianService {


/**
* Returns list of posts as {@link JsonObject} with given author and filter options.
* Returns list of posts as {@link JsonArray} with given author and filter options.
* <p>
* Note: After this method call you need to call {@code get()} to make http call and get response.
* </p>
Expand All @@ -152,7 +152,7 @@ public interface UtopianService {


/**
* Returns list of posts as {@link JsonObject} links with specified github repository and filter options.
* Returns list of posts as {@link JsonArray} links with specified github repository and filter options.
* <p>
* Note: After this method call you need to call {@code get()} to make http call and get response.
* </p>
Expand Down

0 comments on commit 211a783

Please sign in to comment.