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 65785ddcb Javadoc
65785ddcb is described below

commit 65785ddcb9329b00df07cae707f2f2adf09a88b1
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jul 21 11:25:09 2024 -0400

    Javadoc
    
    Use HTML 'em' tag instead of 'i' tag
---
 .../java/org/apache/commons/compress/harmony/unpack200/BandSet.java   | 4 ++--
 .../java/org/apache/commons/compress/harmony/unpack200/CpBands.java   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/compress/harmony/unpack200/BandSet.java 
b/src/main/java/org/apache/commons/compress/harmony/unpack200/BandSet.java
index 67a6b5a3e..ade55a8b2 100644
--- a/src/main/java/org/apache/commons/compress/harmony/unpack200/BandSet.java
+++ b/src/main/java/org/apache/commons/compress/harmony/unpack200/BandSet.java
@@ -402,7 +402,7 @@ public abstract class BandSet {
     }
 
     /**
-     * Parses <i>count</i> references from {@code in}, using {@code codec} to 
decode the values as indexes into {@code reference} (which is populated prior to
+     * Parses <em>count</em> references from {@code in}, using {@code codec} 
to decode the values as indexes into {@code reference} (which is populated 
prior to
      * this call). An exception is thrown if a decoded index falls outside the 
range [0..reference.length-1].
      *
      * @param name      the band name
@@ -421,7 +421,7 @@ public abstract class BandSet {
     }
 
     /**
-     * Parses <i>count</i> references from {@code in}, using {@code codec} to 
decode the values as indexes into {@code reference} (which is populated prior to
+     * Parses <em>count</em> references from {@code in}, using {@code codec} 
to decode the values as indexes into {@code reference} (which is populated 
prior to
      * this call). An exception is thrown if a decoded index falls outside the 
range [0..reference.length-1]. Unlike the other parseReferences, this
      * post-processes the result into an array of results.
      *
diff --git 
a/src/main/java/org/apache/commons/compress/harmony/unpack200/CpBands.java 
b/src/main/java/org/apache/commons/compress/harmony/unpack200/CpBands.java
index bb30aff52..808caf5b3 100644
--- a/src/main/java/org/apache/commons/compress/harmony/unpack200/CpBands.java
+++ b/src/main/java/org/apache/commons/compress/harmony/unpack200/CpBands.java
@@ -350,7 +350,7 @@ public class CpBands extends BandSet {
 
     /**
      * Parses the constant pool descriptor definitions, using {@link 
#cpDescriptorCount} to populate {@link #cpDescriptor}. For ease of use, the 
cpDescriptor is
-     * stored as a string of the form <i>name:type</i>, largely to make it 
easier for representing field and method descriptors (e.g.
+     * stored as a string of the form <em>name:type</em>, largely to make it 
easier for representing field and method descriptors (e.g.
      * {@code out:java.lang.PrintStream}) in a way that is compatible with 
passing String arrays.
      *
      * @param in the input stream to read from

Reply via email to