Skip to content

Commit

Permalink
[#1404] FLS: evolve to reduce maintenance cost
Browse files Browse the repository at this point in the history
let client code define its own licensing directions
  • Loading branch information
eparovyshnaya committed Jul 30, 2024
1 parent 40ffe4e commit 86d02a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public static final class Joint implements LicensingDirection {

private final List<LicensingDirection> delegates;

Joint(LicensingDirection... delegates) {
public Joint(LicensingDirection... delegates) {
this.delegates = Arrays.asList(delegates);
}

Expand Down

0 comments on commit 86d02a3

Please sign in to comment.