Skip to content

Commit

Permalink
eclipse-ee4j#24158 - Asadmin set creates missing configuration nodes
Browse files Browse the repository at this point in the history
Signed-off-by:Ondro Mihalyi <mihalyi@omnifish.ee>
  • Loading branch information
OndroMih committed Nov 11, 2022
1 parent 2daba85 commit f2ac9c1
Show file tree
Hide file tree
Showing 2 changed files with 302 additions and 215 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ private Class getElementClass(String prefix, int position) {
return null;
}

public Class getClassFor(String serviceName) {
return configModularityUtils.getClassFor(serviceName);
}

/**
* @param string the entire . separated string
* @param position starts with one
Expand Down

0 comments on commit f2ac9c1

Please sign in to comment.