Skip to content

Commit

Permalink
KOGITO-9757 Imports sorted
Browse files Browse the repository at this point in the history
Signed-off-by: Helber Belmiro <[email protected]>
  • Loading branch information
hbelmiro committed Aug 28, 2023
1 parent d4f728a commit 18d033b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@
import java.util.regex.Pattern;
import java.util.stream.Collectors;

import io.smallrye.config.ConfigValue;
import org.kie.kogito.addons.k8s.resource.catalog.KubernetesProtocol;

import io.smallrye.config.ConfigValue;

class ConfigValueExpander {

private static final Pattern placeholderPattern = createPlaceholderPattern();
Expand Down

0 comments on commit 18d033b

Please sign in to comment.