Skip to content

Commit

Permalink
remove stork config provider default constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
aureamunoz committed Mar 10, 2022
1 parent deb13e9 commit ca67c03
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ public static void init(List<ServiceConfig> configs) {
serviceConfigs.addAll(configs);
}

public StorkConfigProvider() {

}

@Override
public List<ServiceConfig> getConfigs() {
return serviceConfigs;
Expand Down

0 comments on commit ca67c03

Please sign in to comment.