Skip to content

Commit

Permalink
fix comment 2
Browse files Browse the repository at this point in the history
  • Loading branch information
alx652 committed Mar 8, 2024
1 parent 7141b1a commit 2bceef8
Showing 1 changed file with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ public class GsrsExportConfiguration {
private Map<String, Boolean> sortOutput = new HashMap<>();

@JsonIgnore
// AW can we remove this if we remove "factories"?
// don't understand how get methods below include ExporterFactories in expList but not in exporters
// see getExporterFor, getAllSupportedFormats


private Map<String, List<ExporterFactory>> exporters = new HashMap<>();

@JsonIgnore
Expand Down Expand Up @@ -98,8 +93,9 @@ public class GsrsExportConfiguration {
// issue. May remove this in the future.
AutowireHelper.getInstance().autowire(GsrsExportConfiguration.this);


// we should not use "factories" config anymore?
// AW: We should not use "factories" config anymore because we can't
// include order, disabled properties with raw Class, right?
// If so delete this block and other related code

if(!factoriesMapList.isEmpty()) {
//legacy stuff
Expand Down

0 comments on commit 2bceef8

Please sign in to comment.