My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions

Issue 4 attachment: Publisher.java.patch (439 bytes)

1
2
3
4
5
6
7
8
9
10
11
--- trunk/Publisher-v0.3/src/Published/Publisher.java
+++ trunk/Publisher-v0.3/src/Published/Publisher.java
@@ -76,7 +76,7 @@
*
* @param The topic_url you want to publish
*
- * @return HTTP Response code. 200 is ok. Anything else smells like trouble
+ * @return HTTP Response code. 200, 202, 204 is ok. Anything else smells like trouble
*/
public int execute(String hub, String topic_url) throws Exception {

Powered by Google Project Hosting