Browse Source

remove blank line (test from ubuntu dev box)

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@433942 13f79535-47bb-0310-9956-ffa450edef68
master
Kevin Jackson 19 years ago
parent
commit
3af802db9e
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/main/org/apache/tools/ant/BuildEvent.java

+ 1
- 2
src/main/org/apache/tools/ant/BuildEvent.java View File

@@ -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 @@ public class BuildEvent extends EventObject {
* if this event is a project level event.
*/
public Target getTarget() {

return target;
}



Loading…
Cancel
Save