This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push:
new ce5793afa Javadoc
ce5793afa is described below
commit ce5793afa681f4ebcb2390f715f77ad0984bd7be
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Nov 7 22:04:33 2025 -0500
Javadoc
Use emphasis instead of italics
---
.github/workflows/maven.yml | 13 ++++---------
.../commons/compress/harmony/pack200/Pack200Exception.java | 2 +-
2 files changed, 5 insertions(+), 10 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index dba5ae7c6..570a58b49 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -36,15 +36,10 @@ jobs:
java: [ 8, 11, 17, 21, 25 ]
experimental: [false]
# Keep the same parameter order as the matrix above
- #
- # PMD does not yet support Java 26 (see
https://github.com/pmd/pmd/issues/5871).
- # It is therefore too soon to run tests with Java 26.
- # Uncomment the following lines once the above issue has been resolved.
- #
- # include:
- # - os: ubuntu-latest
- # java: 26-ea
- # experimental: true
+ include:
+ - os: ubuntu-latest
+ java: 26-ea
+ experimental: true
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
diff --git
a/src/main/java/org/apache/commons/compress/harmony/pack200/Pack200Exception.java
b/src/main/java/org/apache/commons/compress/harmony/pack200/Pack200Exception.java
index 94a30bb2f..cab66177b 100644
---
a/src/main/java/org/apache/commons/compress/harmony/pack200/Pack200Exception.java
+++
b/src/main/java/org/apache/commons/compress/harmony/pack200/Pack200Exception.java
@@ -147,7 +147,7 @@ public Pack200Exception(final String message, final
Object... args) {
/**
* Constructs an {@code Pack200Exception} with the specified detail
message and cause.
* <p>
- * Note that the detail message associated with {@code cause} is
<i>not</i> automatically incorporated into this exception's detail message.
+ * Note that the detail message associated with {@code cause} is
<em>not</em> automatically incorporated into this exception's detail message.
* </p>
*
* @param message The detail message (which is saved for later retrieval
by the {@link #getMessage()} method)