Skip to content

Commit

Permalink
More stats and tracking support to multi Application
Browse files Browse the repository at this point in the history
  • Loading branch information
scottf committed Sep 6, 2024
1 parent 125a17d commit bdb8eb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class Arguments {
public static final String INDIVIDUAL = "individual";
public static final String SHARED = "shared";

private final List<String> args = new ArrayList<>();
public final List<String> args = new ArrayList<>();

public static Arguments instance() { return new Arguments(); }
public static Arguments instance(String subject) { return instance().subject(subject); }
Expand Down

0 comments on commit bdb8eb5

Please sign in to comment.