Added a constructor with a groupname param in order to be able and use the class for unresolved groups.

cusax-fix
Emil Ivov 20 years ago
parent 7dfa6e70c5
commit 1be37ff09c

@ -21,6 +21,11 @@ class VolatileGroup
VolatileGroup(){}
VolatileGroup(String groupName)
{
this.groupName = groupName;
}
/**
* Returns the name of this group.
*

Loading…
Cancel
Save