Author: eric Date: Tue Jun 14 12:05:54 2011 New Revision: 1135507 URL: http://svn.apache.org/viewvc?rev=1135507&view=rev Log: Javadoc fix on JPAProperty - Tks Ioan (MAILBOX-88)
Modified: james/mailbox/trunk/jpa/src/main/java/org/apache/james/mailbox/jpa/mail/model/JPAProperty.java Modified: james/mailbox/trunk/jpa/src/main/java/org/apache/james/mailbox/jpa/mail/model/JPAProperty.java URL: http://svn.apache.org/viewvc/james/mailbox/trunk/jpa/src/main/java/org/apache/james/mailbox/jpa/mail/model/JPAProperty.java?rev=1135507&r1=1135506&r2=1135507&view=diff ============================================================================== --- james/mailbox/trunk/jpa/src/main/java/org/apache/james/mailbox/jpa/mail/model/JPAProperty.java (original) +++ james/mailbox/trunk/jpa/src/main/java/org/apache/james/mailbox/jpa/mail/model/JPAProperty.java Tue Jun 14 12:05:54 2011 @@ -104,7 +104,7 @@ public class JPAProperty extends Abstrac } /** - * Gets the namespace for the name. + * Gets the local part of the name of the property. * @return not null */ public String getLocalName() { @@ -112,7 +112,7 @@ public class JPAProperty extends Abstrac } /** - * Gets the local part of the name of the property. + * Gets the namespace for the name. * @return not null */ public String getNamespace() { --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org