quintonm 2003/03/09 16:40:27
Modified: email/src/java/org/apache/commons/mail SimpleEmail.java
Log:
Moved package declaration to the first line of the file.
Revision Changes Path
1.4 +3 -2
jakarta-commons-sandbox/email/src/java/org/apache/commons/mail/SimpleEmail.java
Index: SimpleEmail.java
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/email/src/java/org/apache/commons/mail/SimpleEmail.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- SimpleEmail.java 7 Mar 2003 16:34:33 -0000 1.3
+++ SimpleEmail.java 10 Mar 2003 00:40:27 -0000 1.4
@@ -1,3 +1,5 @@
+package org.apache.commons.mail;
+
/* ====================================================================
* The Apache Software License, Version 1.1
*
@@ -51,7 +53,6 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*/
-package org.apache.commons.mail;
/**
* This class is used to send simple internet email messages without
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]