summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Forax <forax@univ-mlv.fr>2022-11-01 14:12:56 +0000
committerRemi Forax <forax@univ-mlv.fr>2022-11-01 14:12:56 +0000
commite7812477c9682bd6d8169a0e9933d64a635ec789 (patch)
tree0640ce22a35ae7738985eda2a0df82230b81dcf9
parent225f6ceb9756c7d4dc52806c7a531fc4639759ab (diff)
parent62042eb8f788397860bc96894c3433c612553fe5 (diff)
downloadow2-asm-e7812477c9682bd6d8169a0e9933d64a635ec789.tar.gz
Merge branch 'polish-20221101' into 'master'
Remove duplicate articles in Javadoc See merge request asm/asm!365
-rw-r--r--asm-util/src/main/java/org/objectweb/asm/util/CheckMethodAdapter.java2
-rw-r--r--asm-util/src/main/java/org/objectweb/asm/util/Printer.java2
-rw-r--r--asm/src/main/java/org/objectweb/asm/RecordComponentWriter.java2
3 files changed, 3 insertions, 3 deletions
diff --git a/asm-util/src/main/java/org/objectweb/asm/util/CheckMethodAdapter.java b/asm-util/src/main/java/org/objectweb/asm/util/CheckMethodAdapter.java
index 6dc2e583..b6759073 100644
--- a/asm-util/src/main/java/org/objectweb/asm/util/CheckMethodAdapter.java
+++ b/asm-util/src/main/java/org/objectweb/asm/util/CheckMethodAdapter.java
@@ -1350,7 +1350,7 @@ public class CheckMethodAdapter extends MethodVisitor {
}
/**
- * Checks that a the given substring is a valid type descriptor.
+ * Checks that the given substring is a valid type descriptor.
*
* @param version the class version.
* @param descriptor the string to be checked.
diff --git a/asm-util/src/main/java/org/objectweb/asm/util/Printer.java b/asm-util/src/main/java/org/objectweb/asm/util/Printer.java
index 7e66cafe..f670dcc3 100644
--- a/asm-util/src/main/java/org/objectweb/asm/util/Printer.java
+++ b/asm-util/src/main/java/org/objectweb/asm/util/Printer.java
@@ -1259,7 +1259,7 @@ public abstract class Printer {
}
/**
- * Prints a the given class to the given output.
+ * Prints the given class to the given output.
*
* <p>Command line arguments: [-nodebug] &lt;binary class name or class file name &gt;
*
diff --git a/asm/src/main/java/org/objectweb/asm/RecordComponentWriter.java b/asm/src/main/java/org/objectweb/asm/RecordComponentWriter.java
index 63cff213..0dabb754 100644
--- a/asm/src/main/java/org/objectweb/asm/RecordComponentWriter.java
+++ b/asm/src/main/java/org/objectweb/asm/RecordComponentWriter.java
@@ -37,7 +37,7 @@ final class RecordComponentWriter extends RecordComponentVisitor {
/** The name_index field of the Record attribute. */
private final int nameIndex;
- /** The descriptor_index field of the the Record attribute. */
+ /** The descriptor_index field of the Record attribute. */
private final int descriptorIndex;
/**