|
|
@@ -161,7 +161,7 @@ public class EmailTask extends Task { |
|
|
* @param port The port to use. |
|
|
* @param port The port to use. |
|
|
*/ |
|
|
*/ |
|
|
public void setMailport(int port) { |
|
|
public void setMailport(int port) { |
|
|
this.port = Integer.valueOf(port); |
|
|
|
|
|
|
|
|
this.port = new Integer(port); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
|