Author: reto
Date: Wed Dec 16 07:26:58 2009
New Revision: 891139
URL: http://svn.apache.org/viewvc?rev=891139&view=rev
Log:
changed comment
Modified:
incubator/clerezza/issues/CLEREZZA-26/org.apache.clerezza.platform.content/src/main/java/org/apache/clerezza/platform/content/ContentPostSupport.java
Modified:
incubator/clerezza/issues/CLEREZZA-26/org.apache.clerezza.platform.content/src/main/java/org/apache/clerezza/platform/content/ContentPostSupport.java
URL:
http://svn.apache.org/viewvc/incubator/clerezza/issues/CLEREZZA-26/org.apache.clerezza.platform.content/src/main/java/org/apache/clerezza/platform/content/ContentPostSupport.java?rev=891139&r1=891138&r2=891139&view=diff
==============================================================================
---
incubator/clerezza/issues/CLEREZZA-26/org.apache.clerezza.platform.content/src/main/java/org/apache/clerezza/platform/content/ContentPostSupport.java
(original)
+++
incubator/clerezza/issues/CLEREZZA-26/org.apache.clerezza.platform.content/src/main/java/org/apache/clerezza/platform/content/ContentPostSupport.java
Wed Dec 16 07:26:58 2009
@@ -54,11 +54,11 @@
private ContentGraphProvider cgProvider;
/**
- * Uploads a content into the content graph.
+ * Creates an InfoDiscoBt (aka Binary Content) in the content
graph.<br/>
* This JAX-RS method is available under the path "content". It requires
- * two form fields: "content", which is the content to be uploaded into
- * the content graph and "uri" which is the uri will be the uri of the
content
- * in the graph.
+ * a multipart/form with two fields: "content", which is the content of
the
+ * InfoDiscobit to be created and "uri" which is the uri of the new
+ * InfoDiscoBit.
*
* @param form
* @return Returns a Created (201) response, if the info bit was
successfully