Created
May 27, 2020 02:39
-
-
Save testanull/e499c5006f9374f60e815f72ffe43743 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class LiferayParamUtilGetString2 extends MethodAccess{ | |
LiferayParamUtilGetString2(){ | |
this.getMethod().hasName("getString") | |
and this.getMethod().getDeclaringType().hasName("ParamUtil") | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment