Skip to content

Commit ce5793a

Browse files
committed
Javadoc
Use emphasis instead of italics
1 parent 4137176 commit ce5793a

2 files changed

Lines changed: 5 additions & 10 deletions

File tree

.github/workflows/maven.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,10 @@ jobs:
3636
java: [ 8, 11, 17, 21, 25 ]
3737
experimental: [false]
3838
# Keep the same parameter order as the matrix above
39-
#
40-
# PMD does not yet support Java 26 (see https://github.com/pmd/pmd/issues/5871).
41-
# It is therefore too soon to run tests with Java 26.
42-
# Uncomment the following lines once the above issue has been resolved.
43-
#
44-
# include:
45-
# - os: ubuntu-latest
46-
# java: 26-ea
47-
# experimental: true
39+
include:
40+
- os: ubuntu-latest
41+
java: 26-ea
42+
experimental: true
4843

4944
steps:
5045
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

src/main/java/org/apache/commons/compress/harmony/pack200/Pack200Exception.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public Pack200Exception(final String message, final Object... args) {
147147
/**
148148
* Constructs an {@code Pack200Exception} with the specified detail message and cause.
149149
* <p>
150-
* Note that the detail message associated with {@code cause} is <i>not</i> automatically incorporated into this exception's detail message.
150+
* Note that the detail message associated with {@code cause} is <em>not</em> automatically incorporated into this exception's detail message.
151151
* </p>
152152
*
153153
* @param message The detail message (which is saved for later retrieval by the {@link #getMessage()} method)

0 commit comments

Comments
 (0)