Merge branch 'feature/20306' of gitea@code-repo.d4science.org:gCubeSystem/information-system-model.git into feature/20306

This commit is contained in:
Luca Frosini 2021-03-02 17:15:39 +01:00
commit cf0aa2c3f6
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) {