Skip to content

Commit

Permalink
Exposed the array-based dynamic group constructor again
Browse files Browse the repository at this point in the history
  • Loading branch information
hugithordarson committed Dec 22, 2024
1 parent a8543ec commit 980e1b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public NGDynamicGroup( final String name, final Map<String, NGAssociation> assoc
/**
* FIXME: Kind of don't like having this constructor around. Needs thinking // Hugi 2024-11-16
*/
private NGDynamicGroup( final String name, final Map<String, NGAssociation> associations, final List<NGElement> children ) {
public NGDynamicGroup( final String name, final Map<String, NGAssociation> associations, final List<NGElement> children ) {
super( null, null, null );
_children = children;
}
Expand Down

0 comments on commit 980e1b6

Please sign in to comment.