Skip to content

Commit

Permalink
comment fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Sep 24, 2024
1 parent 3fd5e12 commit 18581ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/rascalmpl/uri/file/MavenRepositoryURIResolver.java
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public ISourceLocation resolve(ISourceLocation input) throws IOException {
}
else {
// the authority encodes the group, name and version of a maven dependency
// org.rascalmpl.rascal-34.2.0-RC2
// org.rascalmpl--rascal--34.2.0-RC2
var m = authorityRegEx.matcher(authority);

if (m.matches()) {
Expand Down

0 comments on commit 18581ea

Please sign in to comment.