Author: mbenson Date: Thu Aug 31 08:37:27 2006 New Revision: 438953 URL: http://svn.apache.org/viewvc?rev=438953&view=rev Log: Strike lying comment.
Modified: ant/core/trunk/src/main/org/apache/tools/ant/Project.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/Project.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/Project.java?rev=438953&r1=438952&r2=438953&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/Project.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/Project.java Thu Aug 31 08:37:27 2006 @@ -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"); * you may not use this file except in compliance with the License. @@ -1804,7 +1804,7 @@ * Add a reference to the project. * * @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) { synchronized (references) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]