Browse Source

Strike lying comment.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@438953 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 19 years ago
parent
commit
4e5a656cdf
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/main/org/apache/tools/ant/Project.java

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

@@ -1,5 +1,5 @@
/* /*
* Copyright 2000-2006 The Apache Software Foundation
* Copyright 2000-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.
@@ -1804,7 +1804,7 @@ public class Project implements ResourceFactory {
* Add a reference to the project. * Add a reference to the project.
* *
* @param referenceName The name of the reference. Must not be <code>null</code>. * @param referenceName The name of the reference. Must not be <code>null</code>.
* @param value The value of the reference. Must not be <code>null</code>.
* @param value The value of the reference.
*/ */
public void addReference(String referenceName, Object value) { public void addReference(String referenceName, Object value) {
synchronized (references) { synchronized (references) {


Loading…
Cancel
Save