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
commit 1f7b5bbd939fe2b6a56d0e86b2cac742fa4a5ad1 Author: Gary David Gregory (Code signing key) <[email protected]> AuthorDate: Sun Oct 2 13:30:20 2022 -0400 Typo and remove comment --- src/main/java/org/apache/bcel/classfile/JavaClass.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/java/org/apache/bcel/classfile/JavaClass.java b/src/main/java/org/apache/bcel/classfile/JavaClass.java index e098b051..b27d8a11 100644 --- a/src/main/java/org/apache/bcel/classfile/JavaClass.java +++ b/src/main/java/org/apache/bcel/classfile/JavaClass.java @@ -553,7 +553,6 @@ public class JavaClass extends AccessFlags implements Cloneable, Node, Comparabl return packageName; } - /********************* New repository functionality *********************/ /** * Gets the ClassRepository which holds its definition. By default this is the same as * SyntheticRepository.getInstance(); @@ -570,7 +569,7 @@ public class JavaClass extends AccessFlags implements Cloneable, Node, Comparabl } /** - * @return sbsolute path to file where this class was read from + * @return absolute path to file where this class was read from */ public String getSourceFileName() { return sourceFileName;
