Fix various Javadoc warnings

Issue: SPR-10128
This commit is contained in:
Chris Beams
2012-12-17 10:14:56 +01:00
parent 84e2be4412
commit 8597ec25ec
9 changed files with 18 additions and 20 deletions

View File

@@ -106,7 +106,7 @@ public abstract aspect AbstractMethodMockingControl percflow(mockStaticsTestMeth
* Validate the call and provide the expected return value
* @param lastSig
* @param args
* @return
* @return the return value
*/
public Object respond(String lastSig, Object[] args) {
Call call = nextCall();