You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by ke...@apache.org on 2006/08/23 08:45:56 UTC

svn commit: r433942 - /ant/core/trunk/src/main/org/apache/tools/ant/BuildEvent.java

Author: kevj
Date: Tue Aug 22 23:45:55 2006
New Revision: 433942

URL: http://svn.apache.org/viewvc?rev=433942&view=rev
Log:
remove blank line (test from ubuntu dev box)

Modified:
    ant/core/trunk/src/main/org/apache/tools/ant/BuildEvent.java

Modified: ant/core/trunk/src/main/org/apache/tools/ant/BuildEvent.java
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/BuildEvent.java?rev=433942&r1=433941&r2=433942&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/BuildEvent.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/BuildEvent.java Tue Aug 22 23:45:55 2006
@@ -1,5 +1,5 @@
 /*
- * Copyright  2000,2002,2004 The Apache Software Foundation
+ * Copyright  2000,2002,2006 The Apache Software Foundation
  *
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
@@ -141,7 +141,6 @@
      *          if this event is a project level event.
      */
     public Target getTarget() {
-
         return target;
     }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org