Skip to content

Commit

Permalink
Remove duplicate CompositeOptionSet class
Browse files Browse the repository at this point in the history
Changed the access modifier of bisq.common.config.CompositeOptionSet
to make visible to bisq.apitest.config.ApiTestConfig, and removed the
bisq.apitest.config.CompositeOptionSet class.
  • Loading branch information
ghubstan committed Aug 19, 2020
1 parent a1e6433 commit 42ea592
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 62 deletions.
2 changes: 2 additions & 0 deletions apitest/src/main/java/bisq/apitest/config/ApiTestConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

package bisq.apitest.config;

import bisq.common.config.CompositeOptionSet;

import joptsimple.AbstractOptionSpec;
import joptsimple.ArgumentAcceptingOptionSpec;
import joptsimple.HelpFormatter;
Expand Down
61 changes: 0 additions & 61 deletions apitest/src/main/java/bisq/apitest/config/CompositeOptionSet.java

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* the command line with those provided via config file, such that those provided at the
* command line take precedence over those provided in the config file.
*/
class CompositeOptionSet {
public class CompositeOptionSet {

private final List<OptionSet> optionSets = new ArrayList<>();

Expand Down

0 comments on commit 42ea592

Please sign in to comment.