Use consistent "@" tag order in Javadoc
Ensure that Javadoc "@" tags appear in a consistent and well defined order. Issue gh-8945
This commit is contained in:
@@ -23,7 +23,7 @@ public class MethodInvocationFactory {
|
||||
/**
|
||||
* In order to reproduce the bug for SEC-2150, we must have a proxy object that
|
||||
* implements TargetSourceAware and implements our annotated interface.
|
||||
* @return
|
||||
* @return the mock method invocation
|
||||
* @throws NoSuchMethodException
|
||||
*/
|
||||
public static MockMethodInvocation createSec2150MethodInvocation() throws NoSuchMethodException {
|
||||
|
||||
Reference in New Issue
Block a user