Skip to content

Commit e3e27da

Browse files
committed
Fix all Javadoc warnings
Re-enable Javadoc doclint in GH CI
1 parent d6ff322 commit e3e27da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,4 @@ jobs:
5757
distribution: ${{ runner.os == 'macOS' && matrix.java == '8' && 'zulu' || 'temurin' }}
5858
java-version: ${{ matrix.java }}
5959
- name: Build with Maven
60-
# TEMP -Ddoclint=none -Darguments=-Xdoclint:none
61-
run: mvn --errors --show-version --batch-mode --no-transfer-progress -Ddoclint=none -Darguments=-Xdoclint:none
60+
run: mvn --errors --show-version --batch-mode --no-transfer-progress

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ The <action> type attribute can be add,update,fix,remove.
129129
<action type="fix" dev="ggregory" due-to="Gary Gregory">Deprecate org.apache.commons.compress.harmony.archive.internal.nls.Messages.Messages().</action>
130130
<action type="fix" dev="ggregory" due-to="Gary Gregory">Deprecate org.apache.commons.compress.harmony.pack200.PackingUtils.PackingUtils().</action>
131131
<action type="fix" dev="ggregory" due-to="Gary Gregory">Deprecate org.apache.commons.compress.harmony.unpack200.SegmentUtils.SegmentUtils().</action>
132+
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix all Javadoc warnings.</action>
132133
<!-- ADD -->
133134
<action type="add" dev="ggregory" due-to="Gary Gregory">Add MemoryLimitException.MemoryLimitException(long, long).</action>
134135
<action type="add" dev="ggregory" due-to="Gary Gregory">Add CompressException.CompressException(String, Object...).</action>

0 commit comments

Comments
 (0)