svn commit: r14082 - trunk/src_new/org/argouml/kernel/Project.java
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mvw
Date: 2008-02-06 11:39:15-0800
New Revision: 14082
Modified:
trunk/src_new/org/argouml/kernel/Project.java
Log:
Improved comments.
Modified: trunk/src_new/org/argouml/kernel/Project.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/kernel/Project.java?view=diff&rev=14082&p1=trunk/src_new/org/argouml/kernel/Project.java&p2=trunk/src_new/org/argouml/kernel/Project.java&r1=14081&r2=14082
==============================================================================
--- trunk/src_new/org/argouml/kernel/Project.java (original)
+++ trunk/src_new/org/argouml/kernel/Project.java 2008-02-06 11:39:15-0800
@@ -191,14 +191,14 @@
* Get the author e-mail address.
* Used by "argo.tee".
*
- * @return The author name.
+ * @return the author e-mail address
*/
public String getAuthoremail();
/**
* Set the author e-mail address.
*
- * @param s The new author name.
+ * @param s the new author e-mail address
*/
public void setAuthoremail(final String s);