bogus patch
[org.ibex.mail.git] / src / org / ibex / mail / Target.java
index b9c4363..346861c 100644 (file)
@@ -5,7 +5,5 @@ import org.ibex.js.*;
 /** base class for mail message "destinations" */
 public class Target extends JS {
     public static final Target root = Script.root();
-    public void accept(Message m) throws IOException, MailException {
-        throw new MailException("Target.accept() unimplemented");
-    }
+    public void accept(Message m) throws IOException, MailException { throw new MailException("Target.accept() unimplemented"); }
 }