improve javadoc

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@576563 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Carlos Sanchez Gonzalez 2007-09-17 19:21:51 +00:00
parent bd76a1966e
commit f3df0eb871
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ public interface BuildContext
* Add a new piece of managed build data to the build context. Managed data elements supply their
* own storage key.
*
* @deprecated Use store(..) instead.
* @deprecated Use {@link #store(ManagedBuildData)} instead.
*/
void put( ManagedBuildData managedData );