Merge branch 'feature/20306' of gitea@code-repo.d4science.org:gCubeSystem/information-system-model.git into feature/20306
This commit is contained in:
commit
cf0aa2c3f6
|
@ -136,7 +136,7 @@ public enum AccessType {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Provide the access type from the name provided type name as argument
|
* 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
|
* @return the AccessType from the name provided type name as argument, null otherwise
|
||||||
*/
|
*/
|
||||||
public static AccessType getAccessType(String typeName) {
|
public static AccessType getAccessType(String typeName) {
|
||||||
|
|
Loading…
Reference in New Issue