diff --git a/src/main/org/apache/tools/ant/Project.java b/src/main/org/apache/tools/ant/Project.java
index acbbed512..6f343feb3 100644
--- a/src/main/org/apache/tools/ant/Project.java
+++ b/src/main/org/apache/tools/ant/Project.java
@@ -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 @@ public class Project implements ResourceFactory {
* Add a reference to the project.
*
* @param referenceName The name of the reference. Must not be null
.
- * @param value The value of the reference. Must not be null
.
+ * @param value The value of the reference.
*/
public void addReference(String referenceName, Object value) {
synchronized (references) {