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-bcel.git
The following commit(s) were added to refs/heads/master by this push: new 5a7d1ff Javadoc tweaks. 5a7d1ff is described below commit 5a7d1ff3f6f51d48f41bc00d5ae33f746884b9c5 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Sat Jul 6 14:40:48 2019 -0400 Javadoc tweaks. --- src/main/java/org/apache/bcel/generic/FieldOrMethod.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/bcel/generic/FieldOrMethod.java b/src/main/java/org/apache/bcel/generic/FieldOrMethod.java index a6bcdd0..5c40bc6 100644 --- a/src/main/java/org/apache/bcel/generic/FieldOrMethod.java +++ b/src/main/java/org/apache/bcel/generic/FieldOrMethod.java @@ -102,7 +102,7 @@ public abstract class FieldOrMethod extends CPInstruction implements LoadClass { /** - * Return the reference type representing the class, interface, + * Gets the reference type representing the class, interface, * or array class referenced by the instruction. * @param cpg the ConstantPoolGen used to create the instruction * @return an ObjectType (if the referenced class type is a class @@ -122,7 +122,7 @@ public abstract class FieldOrMethod extends CPInstruction implements LoadClass { /** - * Get the ObjectType of the method return or field. + * Gets the ObjectType of the method return or field. * * @return type of the referenced class/interface * @throws ClassGenException when the field is (or method returns) an array,