Skip to content

Commit ae8c9c0

Browse files
committed
Tweak javadoc for getParamTypes
1 parent a4caaa4 commit ae8c9c0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/org/codehaus/groovy/reflection/CachedMethod.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ public int getParamsCount() {
302302
* Note: This method always returns {@code null} and is retained for compatibility.
303303
*
304304
* @return {@code null}
305-
* @deprecated This method is non-functional
306305
*/
307306
public ParameterTypes getParamTypes() {
308307
return null;

0 commit comments

Comments
 (0)