Skip to content

Commit

Permalink
fix: nested obj
Browse files Browse the repository at this point in the history
  • Loading branch information
QizhengMo committed Jan 17, 2024
1 parent b6f33da commit 6635672
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public class ServiceCollectConfiguration extends AbstractConfiguration
/**
* Multi environment configuration
*/
private List<ServiceCollectConfiguration> multiEnvConfigs;
private List<MultiEnvConfig<ServiceCollectConfiguration>> multiEnvConfigs;

/**
* Multi environment tags
Expand Down

0 comments on commit 6635672

Please sign in to comment.