DS-3435 possible nullpointerexception at AccessStepUtil$populateEmbargoDetail

This commit is contained in:
samuel
2017-01-03 12:38:56 +01:00
parent 1137d4562c
commit 9cd511def4
2 changed files with 4 additions and 4 deletions

View File

@@ -218,9 +218,9 @@ public class ResourcePolicy implements ReloadableEntity<Integer> {
}
/**
* gets ID for Group referred to by this policy
* gets the Group referred to by this policy
*
* @return groupID, or null if no group set
* @return group, or null if no group set
*/
public Group getGroup()
{
@@ -228,7 +228,7 @@ public class ResourcePolicy implements ReloadableEntity<Integer> {
}
/**
* sets ID for Group referred to by this policy
* sets the Group referred to by this policy
* @param epersonGroup Group
*/
public void setGroup(Group epersonGroup)