From 3af802db9e5aeffef84e30608a573719f0d347a2 Mon Sep 17 00:00:00 2001 From: Kevin Jackson Date: Wed, 23 Aug 2006 06:45:55 +0000 Subject: [PATCH] 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 --- src/main/org/apache/tools/ant/BuildEvent.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/org/apache/tools/ant/BuildEvent.java b/src/main/org/apache/tools/ant/BuildEvent.java index 7ed020b83..d0eb7b653 100644 --- a/src/main/org/apache/tools/ant/BuildEvent.java +++ b/src/main/org/apache/tools/ant/BuildEvent.java @@ -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; }