commits@javamail.java.net

[javamail~mercurial:696] fix some javadoc errors

From: <shannon_at_java.net>
Date: Wed, 18 Mar 2015 21:50:33 +0000

Project: javamail
Repository: mercurial
Revision: 696
Author: shannon
Date: 2015-03-18 21:49:44 UTC
Link:

Log Message:
------------
Forgot to include the new logging module in the list of modules.
fix some javadoc errors


Revisions:
----------
695
696


Modified Paths:
---------------
pom.xml
dsn/src/main/java/com/sun/mail/dsn/message_deliverystatus.java
dsn/src/main/java/com/sun/mail/dsn/message_dispositionnotification.java
dsn/src/main/java/com/sun/mail/dsn/multipart_report.java
mail/src/main/java/com/sun/mail/imap/protocol/IMAPProtocol.java


Diffs:
------
diff -r d7db06f62ecf -r 641f5515fe76 pom.xml
--- a/pom.xml Fri Mar 13 16:25:37 2015 -0700
+++ b/pom.xml Tue Mar 17 16:09:29 2015 -0700
@@ -3,7 +3,7 @@
 
     DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 
- Copyright (c) 1997-2013 Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 1997-2015 Oracle and/or its affiliates. All rights reserved.
 
     The contents of this file are subject to the terms of either the GNU
     General Public License Version 2 only ("GPL") or the Common Development
@@ -163,6 +163,7 @@
         <module>gimap</module>
         <module>pop3</module>
         <module>dsn</module>
+ <module>mailhandler</module>
     </modules>
 
     <profiles>


diff -r 641f5515fe76 -r 945cafa40711 dsn/src/main/java/com/sun/mail/dsn/message_deliverystatus.java
--- a/dsn/src/main/java/com/sun/mail/dsn/message_deliverystatus.java Tue Mar 17 16:09:29 2015 -0700
+++ b/dsn/src/main/java/com/sun/mail/dsn/message_deliverystatus.java Wed Mar 18 14:49:44 2015 -0700
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright (c) 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997-2015 Oracle and/or its affiliates. All rights reserved.
  *
  * The contents of this file are subject to the terms of either the GNU
  * General Public License Version 2 only ("GPL") or the Common Development
@@ -73,7 +73,7 @@
     /**
      * return the Transfer Data of type DataFlavor from InputStream
      * @param df The DataFlavor.
- * @param ins The InputStream corresponding to the data.
+ * @param ds The DataSource corresponding to the data.
      * @return a Message object
      */
     public Object getTransferData(DataFlavor df, DataSource ds)

diff -r 641f5515fe76 -r 945cafa40711 dsn/src/main/java/com/sun/mail/dsn/message_dispositionnotification.java
--- a/dsn/src/main/java/com/sun/mail/dsn/message_dispositionnotification.java Tue Mar 17 16:09:29 2015 -0700
+++ b/dsn/src/main/java/com/sun/mail/dsn/message_dispositionnotification.java Wed Mar 18 14:49:44 2015 -0700
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright (c) 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997-2015 Oracle and/or its affiliates. All rights reserved.
  *
  * The contents of this file are subject to the terms of either the GNU
  * General Public License Version 2 only ("GPL") or the Common Development
@@ -73,7 +73,7 @@
     /**
      * return the Transfer Data of type DataFlavor from InputStream
      * @param df The DataFlavor.
- * @param ins The InputStream corresponding to the data.
+ * @param ds The DataSource corresponding to the data.
      * @return a Message object
      */
     public Object getTransferData(DataFlavor df, DataSource ds)

diff -r 641f5515fe76 -r 945cafa40711 dsn/src/main/java/com/sun/mail/dsn/multipart_report.java
--- a/dsn/src/main/java/com/sun/mail/dsn/multipart_report.java Tue Mar 17 16:09:29 2015 -0700
+++ b/dsn/src/main/java/com/sun/mail/dsn/multipart_report.java Wed Mar 18 14:49:44 2015 -0700
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright (c) 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997-2015 Oracle and/or its affiliates. All rights reserved.
  *
  * The contents of this file are subject to the terms of either the GNU
  * General Public License Version 2 only ("GPL") or the Common Development
@@ -73,7 +73,7 @@
      * Return the Transfer Data of type DataFlavor from InputStream.
      *
      * @param df The DataFlavor
- * @param ins The InputStream corresponding to the data
+ * @param ds The DataSource corresponding to the data
      * @return String object
      */
     public Object getTransferData(DataFlavor df, DataSource ds)

diff -r 641f5515fe76 -r 945cafa40711 mail/src/main/java/com/sun/mail/imap/protocol/IMAPProtocol.java
--- a/mail/src/main/java/com/sun/mail/imap/protocol/IMAPProtocol.java Tue Mar 17 16:09:29 2015 -0700
+++ b/mail/src/main/java/com/sun/mail/imap/protocol/IMAPProtocol.java Wed Mar 18 14:49:44 2015 -0700
@@ -853,7 +853,7 @@
      * ID Command, for Yahoo! Mail IMAP server.
      *
      * @deprecated As of JavaMail 1.5.1, replaced by
- * {_at_link #id(Map<String,String>)}
+ * {_at_link #id(Map) id(Map<String,String>)}
      * @since JavaMail 1.4.4
      */
     @Deprecated