mirror of https://github.com/apache/maven.git
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:
parent
bd76a1966e
commit
f3df0eb871
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in New Issue