GUAC-932: null connection group identifier does NOT mean root. This is implementation-dependent.

This commit is contained in:
Michael Jumper
2014-12-24 22:58:38 -08:00
parent ab553adb3b
commit 71584fa59f

View File

@@ -89,10 +89,6 @@ public class APIConnectionGroup {
this.identifier = connectionGroup.getIdentifier();
this.parentIdentifier = connectionGroup.getParentIdentifier();
// Use the explicit ROOT group ID
if (this.parentIdentifier == null)
this.parentIdentifier = ROOT_IDENTIFIER;
this.name = connectionGroup.getName();
this.type = connectionGroup.getType();