Skip to content

Commit

Permalink
Update Project.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Reza Rahman authored Jun 9, 2024
1 parent a4a6137 commit 453aa91
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ui/src/main/java/org/eclipse/starter/ui/Project.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ public class Project implements Serializable {
private static final Map<String, String> RUNTIMES = Map.ofEntries(entry("glassfish", "GlassFish"),
entry("open-liberty", "Open Liberty"), entry("payara", "Payara"), entry("tomee", "TomEE"),
entry("wildfly", "WildFly"));

private static final String DEFAULT_GROUPID = "org.eclipse";;

private static final String DEFAULT_GROUPID = "org.eclipse";
private static final String DEFAULT_ARTIFACTID = "jakartaee-hello-world";

private static Map<String, String> cache = new ConcurrentHashMap<>();
Expand Down

0 comments on commit 453aa91

Please # to comment.