8000 Remove duplicate articles in Javadoc · scala/scala-asm@62042eb · GitHub
[go: up one dir, main page]

Skip to content

Commit 62042eb

Browse files
committed
Remove duplicate articles in Javadoc
1 parent 225f6ce commit 62042eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

asm-util/src/main/java/org/objectweb/asm/util/CheckMethodAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1350,7 +1350,7 @@ static void checkDescriptor(final int version, final String descriptor, final bo
13501350
}
13511351

13521352
/**
1353-
* Checks that a the given substring is a valid type descriptor.
1353+
* Checks that the given substring is a valid type descriptor.
13541354
*
13551355
* @param version the class version.
13561356
* @param descriptor the string to be checked.

asm-util/src/main/java/org/objectweb/asm/util/Printer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1259,7 +1259,7 @@ public static void appendString(final StringBuilder stringBuilder, final String
12591259
}
12601260

12611261
/**
1262-
* Prints a the given class to the given output.
1262+
* Prints the given class to the given output.
12631263
*
12641264
* <p>Command line arguments: [-nodebug] &lt;binary class name or class file name &gt;
12651265
*

asm/src/main/java/org/objectweb/asm/RecordComponentWriter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ final class RecordComponentWriter extends RecordComponentVisitor {
3737
/** The name_index field of the Record attribute. */
3838
private final int nameIndex;
3939

40-
/** The descriptor_index field of the the Record attribute. */
40+
/** The descriptor_index field of the Record attribute. */
4141
private final int descriptorIndex;
4242

4343
/**

0 commit comments

Comments
 (0)
0