Skip to content

Commit 3c64c4b

Browse files
elharocosmin
authored andcommitted
docs: fix typo (apache#58)
* spelling
1 parent 7145877 commit 3c64c4b

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

src/main/java/org/apache/maven/plugins/dependency/GetMojo.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,9 @@ public class GetMojo
6565
@Parameter( defaultValue = "${session}", required = true, readonly = true )
6666
private MavenSession session;
6767

68-
/**
69-
*
70-
*/
7168
@Component
7269
private ArtifactResolver artifactResolver;
7370

74-
/**
75-
*
76-
*/
7771
@Component
7872
private DependencyResolver dependencyResolver;
7973

src/main/java/org/apache/maven/plugins/dependency/resolvers/ResolveDependenciesMojo.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,10 @@ protected ArtifactsFilter getMarkedArtifactFilter()
134134
}
135135

136136
/**
137-
* @param outputAbsoluteArtifactFilename absolute artfiact filename.
138-
* @param theOutputScope The output scope.
139-
* @param theSort sort yes/no.
140-
* @return The output.
137+
* @param outputAbsoluteArtifactFilename absolute artifact filename
138+
* @param theOutputScope the output scope
139+
* @param theSort sort yes/no
140+
* @return the output
141141
*/
142142
public String getOutput( boolean outputAbsoluteArtifactFilename, boolean theOutputScope, boolean theSort )
143143
{

src/main/resources/analyze-report_en.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717

1818
# NOTE:
1919
# This bundle is intentionally empty because English strings are provided by the base bundle via the parent chain. It
20-
# must be provided nevertheless such that a request for locale "en" will not errorneously pick up the bundle for the
20+
# must be provided nevertheless such that a request for locale "en" will not erroneously pick up the bundle for the
2121
# JVM's default locale (which need not be "en"). See the method javadoc about
2222
# ResourceBundle.getBundle(String, Locale, ClassLoader)

0 commit comments

Comments
 (0)