Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Gruetzmacher
asm
Commits
f99ff439
Commit
f99ff439
authored
Jun 16, 2018
by
Eric Bruneton
Browse files
Fix Javadoc warnings.
parent
f7879b4c
Changes
2
Hide whitespace changes
Inline
Side-by-side
asm-commons/src/main/java/org/objectweb/asm/commons/InstructionAdapter.java
View file @
f99ff439
...
...
@@ -1017,9 +1017,9 @@ public class InstructionAdapter extends MethodVisitor {
}
/**
* @param owner
* @param name
* @param descriptor
* @param owner
the internal name of the method's owner class.
* @param name
the method's name.
* @param descriptor
the method's descriptor (see {@link Type}).
* @deprecated
*/
@Deprecated
...
...
@@ -1044,9 +1044,9 @@ public class InstructionAdapter extends MethodVisitor {
}
/**
* @param owner
* @param name
* @param descriptor
* @param owner
the internal name of the method's owner class.
* @param name
the method's name.
* @param descriptor
the method's descriptor (see {@link Type}).
* @deprecated
*/
@Deprecated
...
...
@@ -1071,9 +1071,9 @@ public class InstructionAdapter extends MethodVisitor {
}
/**
* @param owner
* @param name
* @param descriptor
* @param owner
the internal name of the method's owner class.
* @param name
the method's name.
* @param descriptor
the method's descriptor (see {@link Type}).
* @deprecated
*/
@Deprecated
...
...
asm-commons/src/main/java/org/objectweb/asm/commons/SimpleRemapper.java
View file @
f99ff439
...
...
@@ -64,7 +64,7 @@ public class SimpleRemapper extends Remapper {
* Constructs a new {@link SimpleRemapper} with the given mapping.
*
* @param oldName the key corresponding to a method, field or internal name (see {@link
* SimpleRemapper(Map)} for the format of these keys).
*
#
SimpleRemapper(Map)} for the format of these keys).
* @param newName the new method, field or internal name.
*/
public
SimpleRemapper
(
final
String
oldName
,
final
String
newName
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment