Skip to content

Commit

Permalink
Fix some Javadoc issues
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Oct 6, 2024
1 parent e0612a2 commit 06c4c4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ The <action> type attribute can be add,update,fix,remove.
<release version="2.17.1" date="YYYY-MM-DD" description="Version 2.17.1: Java 8 is required.">
<!-- FIX -->
<action dev="ggregory" type="fix" due-to="Gary Gregory">Clean ups in unit tests.</action>
<action dev="ggregory" type="fix" due-to="Gary Gregory">Fix some Javadoc issues.</action>
<!-- ADD -->
<action dev="ggregory" type="add" due-to="Gary Gregory">Add @FunctionalInterface to ClassNameMatcher.</action>
<action dev="ggregory" type="add" due-to="Gary Gregory">Add ValidatingObjectInputStream.Builder and ValidatingObjectInputStream.builder().</action>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/org/apache/commons/io/build/AbstractOrigin.java
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ public Path getPath() {
}

/**
* An {@link Reader} origin.
* A {@link Reader} origin.
* <p>
* This origin cannot provide other aspects.
* </p>
Expand Down Expand Up @@ -423,7 +423,7 @@ public Path getPath() {
}

/**
* An {@link Writer} origin.
* A {@link Writer} origin.
* <p>
* This origin cannot provide other aspects.
* </p>
Expand Down

0 comments on commit 06c4c4c

Please sign in to comment.