Skip to content

Commit

Permalink
devonfw#1517 implemented requested changes
Browse files Browse the repository at this point in the history
added javadoc descriptions
  • Loading branch information
jan-vcapgemini committed Nov 9, 2022
1 parent 827fc1a commit a373555
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@ public class MavenMirror {
/** Logger instance. */
private static final Logger LOG = LoggerFactory.getLogger(MavenMirror.class);

/** Constant for the wildcard character */
private static final String WILDCARD = "*";

/** Constant for the external wildcard */
private static final String EXTERNAL_WILDCARD = "external:*";

/** Constant for the external http wildcard */
private static final String EXTERNAL_HTTP_WILDCARD = "external:http:*";

/**
Expand Down

0 comments on commit a373555

Please sign in to comment.