Skip to content

Commit

Permalink
Removed bad ascii from code and updated version to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Apr 2, 2015
1 parent 3c9df42 commit 6910e79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repositories.remote << 'http://repo1.maven.org/maven2'
repositories.remote << 'http://iron-io.github.com/maven/repository'

THIS_VERSION = "0.0.13"
THIS_VERSION = "3.0.2"
GROUP = 'ironmq'

JUNIT = 'junit:junit:jar:4.10'
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/io/iron/ironmq/Queues.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public static ArrayList<QueueModel> getQueues(Client client, int perPage) throws
* Retrieves queues in alphabetical order.
*
* @param previousQueueName this is the last queue on the previous page, it will start from the next one.
* If queue with specified name doesnt exist result will contain first per_page queues
* If queue with specified name doesn't exist result will contain first per_page queues
* that lexicographically greater than previous
*
* @throws HTTPException If the IronMQ service returns a status other than 200 OK.
Expand All @@ -67,7 +67,7 @@ public static ArrayList<QueueModel> getQueues(Client client, String previousQueu
* Retrieves queues in alphabetical order.
*
* @param previousQueueName this is the last queue on the previous page, it will start from the next one.
* If queue with specified name doesnt exist result will contain first per_page queues
* If queue with specified name doesn't exist result will contain first per_page queues
* that lexicographically greater than previous
* @param perPage number of elements in response, default for IronMQ is 30
*
Expand Down

0 comments on commit 6910e79

Please sign in to comment.