|
|
@@ -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 <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) { |
|
|
|