|
@@ -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"); |
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
* you may not use this file except in compliance with 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. |
|
|
* if this event is a project level event. |
|
|
*/ |
|
|
*/ |
|
|
public Target getTarget() { |
|
|
public Target getTarget() { |
|
|
|
|
|
|
|
|
return target; |
|
|
return target; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|