We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4498e74 commit 9d169acCopy full SHA for 9d169ac
src/java/main/com/cronos/onlinereview/actions/project/SaveProjectAction.java
@@ -1478,7 +1478,7 @@ private Set<Long> getParentGroups(long groupId) throws BaseException {
1478
* @return the group
1479
*/
1480
private Set<Long> parseGroup(JsonNode groupNode) {
1481
- Set<Long> parentGroupIds = new HashSet<>();
+ Set<Long> parentGroupIds = new HashSet<Long>();
1482
Long parentGroupId = groupNode.path("id").asLong();
1483
if (parentGroupId != 0) {
1484
// exclude null node
0 commit comments