fix method
This commit is contained in:
parent
ff76eccc19
commit
39c5fd6e0e
|
|
@ -264,7 +264,6 @@ public final class Lc {
|
|||
* @param methodName String represents lifecycle method in which it was called
|
||||
* @return String represents code point.
|
||||
*/
|
||||
@Non
|
||||
@NonNull
|
||||
public static String getCodePoint(@Nullable final Object caller, final String methodName) {
|
||||
return methodName
|
||||
|
|
|
|||
Loading…
Reference in New Issue