[Clirr-devel] CVS: clirr/core/src/java/net/sf/clirr/core/internal/checks MethodSetCheck.java,1.2,1.3
Status: Alpha
Brought to you by:
lkuehne
From: <lk...@us...> - 2004-07-11 10:38:41
|
Update of /cvsroot/clirr/clirr/core/src/java/net/sf/clirr/core/internal/checks In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16817 Modified Files: MethodSetCheck.java Log Message: fixed javadoc warning Index: MethodSetCheck.java =================================================================== RCS file: /cvsroot/clirr/clirr/core/src/java/net/sf/clirr/core/internal/checks/MethodSetCheck.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- MethodSetCheck.java 11 Jul 2004 10:33:50 -0000 1.2 +++ MethodSetCheck.java 11 Jul 2004 10:38:32 -0000 1.3 @@ -62,7 +62,11 @@ private ScopeSelector scopeSelector; - /** {@inheritDoc} */ + /** + * Instatiates the check. + * @param dispatcher the dispatcher where detected differences shoudl be reported. + * @param scopeSelector defines the scopes to look at when searching for differences. + */ public MethodSetCheck(ApiDiffDispatcher dispatcher, ScopeSelector scopeSelector) { super(dispatcher); |