Skip to content

Commit

Permalink
Normalize setter Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Oct 31, 2023
1 parent 56cd556 commit 15ac8a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public WeaverSettings getSettings() {
}

/**
* Set a project reference to a {@link WeaverSettings} object.
* Sets a project reference to a {@link WeaverSettings} object.
* @param refid key
*/
public void setSettingsRef(final String refid) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public File getTarget() {
}

/**
* Set the {@code target} directory.
* Sets the {@code target} directory.
* @param target {@link File}
*/
public void setTarget(final File target) {
Expand All @@ -96,7 +96,7 @@ public String getClasspathref() {
}

/**
* Set the {@code classpathref}.
* Sets the {@code classpathref}.
* @param classpathref {@link String}
*/
public void setClasspathRef(final String classpathref) {
Expand Down Expand Up @@ -144,7 +144,7 @@ public Path getClasspath() {
}

/**
* Set the {@code classpath}.
* Sets the {@code classpath}.
* @param classpath {@link Path}
*/
public void setClasspath(final Path classpath) {
Expand Down Expand Up @@ -189,7 +189,7 @@ public PropertySet createPropertySet() {
}

/**
* Set whether to include the system classpath.
* Sets whether to include the system classpath.
* @param includeSystemClasspath the includeSystemClasspath to set
* @since 1.3
* @see Path#systemClasspath
Expand Down

0 comments on commit 15ac8a5

Please sign in to comment.