donaldp 02/02/06 05:37:19
Modified: proposal/myrmidon/src/main/org/apache/tools/mail
MailMessage.java
Log:
Style touchups
Revision Changes Path
1.6 +6 -3
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/mail/MailMessage.java
Index: MailMessage.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/mail/MailMessage.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- MailMessage.java 20 Jan 2002 17:35:02 -0000 1.5
+++ MailMessage.java 6 Feb 2002 13:37:19 -0000 1.6
@@ -373,13 +373,16 @@
void disconnect()
throws IOException
{
- if( out != null ) {
+ if( out != null )
+ {
out.close();
}
- if( in != null ) {
+ if( in != null )
+ {
in.close();
}
- if( socket != null ) {
+ if( socket != null )
+ {
socket.close();
}
}
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>