You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: maven-core/src/main/java/org/apache/maven/lifecycle/internal/builder/singlethreaded/SingleThreadedBuilder.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@
36
36
/**
37
37
* <p>
38
38
* A {@link Builder} encapsulates a strategy for building a set of Maven projects. The default strategy in Maven builds
39
-
* the the projects serially, but a {@link Builder} can employ any type of concurrency model to build the projects.
39
+
* the projects serially, but a {@link Builder} can employ any type of concurrency model to build the projects.
0 commit comments