git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270221 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -26,18 +26,6 @@ public abstract class Task | |||||
| { | { | ||||
| } | } | ||||
| /** | |||||
| * Log a mesage with the give priority. | |||||
| * | |||||
| * @param msgLevel the message priority at which this message is to be | |||||
| * logged. | |||||
| * @param msg Description of Parameter | |||||
| */ | |||||
| public void log( String msg, int msgLevel ) | |||||
| { | |||||
| project.log( this, msg, msgLevel ); | |||||
| } | |||||
| protected void handleErrorOutput( String line ) | protected void handleErrorOutput( String line ) | ||||
| { | { | ||||
| log( line, Project.MSG_ERR ); | log( line, Project.MSG_ERR ); | ||||
| @@ -26,18 +26,6 @@ public abstract class Task | |||||
| { | { | ||||
| } | } | ||||
| /** | |||||
| * Log a mesage with the give priority. | |||||
| * | |||||
| * @param msgLevel the message priority at which this message is to be | |||||
| * logged. | |||||
| * @param msg Description of Parameter | |||||
| */ | |||||
| public void log( String msg, int msgLevel ) | |||||
| { | |||||
| project.log( this, msg, msgLevel ); | |||||
| } | |||||
| protected void handleErrorOutput( String line ) | protected void handleErrorOutput( String line ) | ||||
| { | { | ||||
| log( line, Project.MSG_ERR ); | log( line, Project.MSG_ERR ); | ||||