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 f0bed2eb Javadoc f0bed2eb is described below commit f0bed2eb46a8cd433268d1b062d1cf940ec9e0f4 Author: Gary David Gregory (Code siClose HTML tagsgning key) <ggreg...@apache.org> AuthorDate: Sat Oct 22 10:34:31 2022 -0400 Javadoc --- src/main/java/org/apache/bcel/generic/InstructionFactory.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/org/apache/bcel/generic/InstructionFactory.java b/src/main/java/org/apache/bcel/generic/InstructionFactory.java index 1928a7fe..65662ccd 100644 --- a/src/main/java/org/apache/bcel/generic/InstructionFactory.java +++ b/src/main/java/org/apache/bcel/generic/InstructionFactory.java @@ -23,6 +23,7 @@ import org.apache.bcel.Const; * as the byte code generating backend of a compiler. You can subclass it to add your own create methods. * <p> * Note: The static createXXX methods return singleton instances from the {@link InstructionConst} class. + * </p> * * @see Const * @see InstructionConst