You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2009/03/01 00:03:02 UTC

svn commit: r748930 - /james/server/trunk/mailets-function/src/main/java/org/apache/james/transport/mailets/RemoteDelivery.java

Author: rdonkin
Date: Sat Feb 28 23:03:01 2009
New Revision: 748930

URL: http://svn.apache.org/viewvc?rev=748930&view=rev
Log:
Fixed URL JAMES-892 https://issues.apache.org/jira/browse/JAMES-892

Modified:
    james/server/trunk/mailets-function/src/main/java/org/apache/james/transport/mailets/RemoteDelivery.java

Modified: james/server/trunk/mailets-function/src/main/java/org/apache/james/transport/mailets/RemoteDelivery.java
URL: http://svn.apache.org/viewvc/james/server/trunk/mailets-function/src/main/java/org/apache/james/transport/mailets/RemoteDelivery.java?rev=748930&r1=748929&r2=748930&view=diff
==============================================================================
--- james/server/trunk/mailets-function/src/main/java/org/apache/james/transport/mailets/RemoteDelivery.java (original)
+++ james/server/trunk/mailets-function/src/main/java/org/apache/james/transport/mailets/RemoteDelivery.java Sat Feb 28 23:03:01 2009
@@ -93,7 +93,7 @@
  * You really want to read the JavaMail documentation if you are
  * working in here, and you will want to view the list of JavaMail
  * attributes, which are documented 
- * <a href='http://java.sun.com/products/javamail/1.3/docs/javadocs/com/sun/mail/smtp/package-summary.html'>here</a>
+ * <a href='http://java.sun.com/products/javamail/javadocs/com/sun/mail/smtp/package-summary.html''>here</a>
  * as well as other places.</p>
  *
  * @version CVS $Revision$ $Date$



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org