Skip to content

Commit

Permalink
Enable test again and add final again
Browse files Browse the repository at this point in the history
Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
  • Loading branch information
arjantijms committed Sep 19, 2023
1 parent 1356303 commit e42fa31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ public class ConfigDomainParser implements ConfigParser {
private static final Pattern PROPERTY_PATTERN = Pattern.compile("\\$\\{\\{(.*?)}}|\\$\\{(.*?)}");

// The authentication modules per layer (SOAP or Servlet)
private Map<String, AuthModulesLayerConfig> authModuleLayers = new HashMap<>();
private Set<String> layersWithDefault = new HashSet<>();
private final Map<String, AuthModulesLayerConfig> authModuleLayers = new HashMap<>();
private final Set<String> layersWithDefault = new HashSet<>();

public ConfigDomainParser() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ void parseAsEnvTest() throws Exception {
}


// @Test
@Test
void createLauncher_Felix() throws Exception {
Properties properties = createDefaultProperties();
PlatformHelper platformHelper = PlatformHelper.getPlatformHelper(properties);
Expand Down

0 comments on commit e42fa31

Please sign in to comment.