Author: peterreilly
Date: Wed Sep 19 05:01:33 2007
New Revision: 577262
URL:
http://svn.apache.org/viewvc?rev=577262&view=rev
Log:
trailing ws
Modified:
ant/core/trunk/src/main/org/apache/tools/ant/listener/Profil
eLogger.java
Modified:
ant/core/trunk/src/main/org/apache/tools/ant/listener/Profil
eLogger.java
URL: http://svn.apache.
org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/list
ener/ProfileLogger.java?rev=577262&r1=577261&r2=5772
62&view=diff
============================================================
==================
---
ant/core/trunk/src/main/org/apache/tools/ant/listener/Profil
eLogger.java (original)
+++
ant/core/trunk/src/main/org/apache/tools/ant/listener/Profil
eLogger.java Wed Sep 19 05:01:33 2007
 -36,7
+36,7 
/**
* Logs a message to say that the target has started.
- *
+ *
* param event
* An event with any relevant extra
information. Must not be
* <code>null</code>.
 -50,7
+50,7 
/**
* Logs a message to say that the target has finished.
- *
+ *
* param event
* An event with any relevant extra
information. Must not be
* <code>null</code>.
 -63,7
+63,7 
/**
* Logs a message to say that the task has started.
- *
+ *
* param event
* An event with any relevant extra
information. Must not be
* <code>null</code>.
 -77,7
+77,7 
/**
* Logs a message to say that the task has finished.
- *
+ *
* param event
* An event with any relevant extra
information. Must not be
* <code>null</code>.
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe ant.apache.org
For additional commands, e-mail: dev-help ant.apache.org
|