Skip to content

Commit 06c4c4c

Browse files
committed
Fix some Javadoc issues
1 parent e0612a2 commit 06c4c4c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ The <action> type attribute can be add,update,fix,remove.
4949
<release version="2.17.1" date="YYYY-MM-DD" description="Version 2.17.1: Java 8 is required.">
5050
<!-- FIX -->
5151
<action dev="ggregory" type="fix" due-to="Gary Gregory">Clean ups in unit tests.</action>
52+
<action dev="ggregory" type="fix" due-to="Gary Gregory">Fix some Javadoc issues.</action>
5253
<!-- ADD -->
5354
<action dev="ggregory" type="add" due-to="Gary Gregory">Add @FunctionalInterface to ClassNameMatcher.</action>
5455
<action dev="ggregory" type="add" due-to="Gary Gregory">Add ValidatingObjectInputStream.Builder and ValidatingObjectInputStream.builder().</action>

src/main/java/org/apache/commons/io/build/AbstractOrigin.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ public Path getPath() {
322322
}
323323

324324
/**
325-
* An {@link Reader} origin.
325+
* A {@link Reader} origin.
326326
* <p>
327327
* This origin cannot provide other aspects.
328328
* </p>
@@ -423,7 +423,7 @@ public Path getPath() {
423423
}
424424

425425
/**
426-
* An {@link Writer} origin.
426+
* A {@link Writer} origin.
427427
* <p>
428428
* This origin cannot provide other aspects.
429429
* </p>

0 commit comments

Comments
 (0)