Commit 13106b2c authored by Alexander Bubenchikov's avatar Alexander Bubenchikov Committed by intellij-monorepo-bot
Browse files

IDEA-CR-52232: IDEA-221882 - IDEA-CR-52232 - fix typo

(cherry picked from commit c79a1cbd99fae1bef95c1e71847ea140e3e03afc)

GitOrigin-RevId: 280ef7d089da86bccad15a15e03c1b2ac6dd2ca0
parent c2cf8468
Branches unavailable Tags unavailable
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -590,7 +590,7 @@ public abstract class Maven3XServerEmbedder extends Maven3ServerEmbedder {
container.addComponent(pathTranslator, org.apache.maven.model.path.PathTranslator.class, "ide");
container.addComponent(urlNormalizer, org.apache.maven.model.path.UrlNormalizer.class.getName());
container.addComponent(pathTranslator, org.apache.maven.model.path.UrlNormalizer.class, "ide");
container.addComponent(urlNormalizer, org.apache.maven.model.path.UrlNormalizer.class, "ide");
StringSearchModelInterpolator interpolator = new CustomMaven3ModelInterpolator2();
interpolator.setPathTranslator(pathTranslator);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment