Fixed javadoc

This commit is contained in:
Luca Frosini 2021-02-28 21:13:36 +01:00
parent 9503d52737
commit 5828ed0e2d
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ public enum AccessType {
/**
* Provide the access type from the name provided type name as argument
* @param type type name
* @param typeName type name
* @return the AccessType from the name provided type name as argument, null otherwise
*/
public static AccessType getAccessType(String typeName) {