Browse Source

trailing ws

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@577262 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 18 years ago
parent
commit
6a1014d73c
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      src/main/org/apache/tools/ant/listener/ProfileLogger.java

+ 4
- 4
src/main/org/apache/tools/ant/listener/ProfileLogger.java View File

@@ -36,7 +36,7 @@ public class ProfileLogger extends DefaultLogger {
/** /**
* Logs a message to say that the target has started. * Logs a message to say that the target has started.
*
*
* @param event * @param event
* An event with any relevant extra information. Must not be * An event with any relevant extra information. Must not be
* <code>null</code>. * <code>null</code>.
@@ -50,7 +50,7 @@ public class ProfileLogger extends DefaultLogger {
/** /**
* Logs a message to say that the target has finished. * Logs a message to say that the target has finished.
*
*
* @param event * @param event
* An event with any relevant extra information. Must not be * An event with any relevant extra information. Must not be
* <code>null</code>. * <code>null</code>.
@@ -63,7 +63,7 @@ public class ProfileLogger extends DefaultLogger {
/** /**
* Logs a message to say that the task has started. * Logs a message to say that the task has started.
*
*
* @param event * @param event
* An event with any relevant extra information. Must not be * An event with any relevant extra information. Must not be
* <code>null</code>. * <code>null</code>.
@@ -77,7 +77,7 @@ public class ProfileLogger extends DefaultLogger {
/** /**
* Logs a message to say that the task has finished. * Logs a message to say that the task has finished.
*
*
* @param event * @param event
* An event with any relevant extra information. Must not be * An event with any relevant extra information. Must not be
* <code>null</code>. * <code>null</code>.


Loading…
Cancel
Save