Skip to content

Commit

Permalink
ISSUE-57 Revert traling spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravil Galeyev committed May 19, 2020
1 parent a98e27f commit 2e0113e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/java/org/codehaus/mojo/flatten/FlattenMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ public class FlattenMojo
* </tr>
* <tr>
* <td>resolveCiFriendliesOnly</td>
* <td>Only resolves variables revision, sha1 and changelist. Keeps everything else.
* <td>Only resolves variables revision, sha1 and changelist. Keeps everything else.
* See <a href="https://maven.apache.org/maven-ci-friendly.html">Maven CI Friendly</a> for further details.</td>
* </tr>
* </tbody>
Expand Down Expand Up @@ -345,7 +345,7 @@ public class FlattenMojo
*/
@Component( role = ModelInterpolator.class )
private ModelInterpolator modelInterpolator;

/**
* The {@link ModelInterpolator} used to resolve variables.
*/
Expand All @@ -363,7 +363,7 @@ public class FlattenMojo

@Component(role = ModelBuilder.class)
private DefaultModelBuilder defaultModelBuilder;

@Component( hint = "default" )
private DependencyTreeBuilder dependencyTreeBuilder;

Expand Down Expand Up @@ -882,7 +882,7 @@ public List<Profile> getActiveProfiles( Collection<Profile> profiles, ProfileAct
return activeProfiles;
}
};

// brief modification of singleton defaultModelBuilder needs to be limited to one thread/execution at a time
synchronized( defaultModelBuilder )
{
Expand Down

0 comments on commit 2e0113e

Please sign in to comment.