java/code/src/com/redhat/rhn/frontend/xmlrpc/serializer/NoteSerializer.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9517f01f9772d711ab05d447a0f5483b7dfc7f17
Author: Jan Dobes <jdobes(a)redhat.com>
Date: Wed Feb 26 17:06:09 2014 +0100
1068815 - update API documentation
diff --git a/java/code/src/com/redhat/rhn/frontend/xmlrpc/serializer/NoteSerializer.java b/java/code/src/com/redhat/rhn/frontend/xmlrpc/serializer/NoteSerializer.java
index 993b106..a57267a 100644
--- a/java/code/src/com/redhat/rhn/frontend/xmlrpc/serializer/NoteSerializer.java
+++ b/java/code/src/com/redhat/rhn/frontend/xmlrpc/serializer/NoteSerializer.java
@@ -35,7 +35,7 @@ import com.redhat.rhn.frontend.xmlrpc.serializer.util.SerializerHelper;
* #prop_desc("string", "subject", "Subject of the note")
* #prop_desc("string", "note", "Contents of the note")
* #prop_desc("int", "system_id", "The id of the system associated with the note")
- * #prop_desc("string", "creator", "Creator of the note")
+ * #prop_desc("string", "creator", "Creator of the note if exists (optional)")
* #prop_desc("date", "updated", "Date of the last note update")
* #struct_end()
*/