You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/02/25 10:24:43 UTC

[commons-bcel] branch master updated: Javadoc fix for BCEL-335 (#41)

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 bed8f81  Javadoc fix for BCEL-335 (#41)
bed8f81 is described below

commit bed8f810c6a5fed63f22dfc4de780e46fc3683bb
Author: Mark Roberts <ma...@users.noreply.github.com>
AuthorDate: Tue Feb 25 02:24:34 2020 -0800

    Javadoc fix for BCEL-335 (#41)
    
    
    
    * fix javadoc error
    
    * change for bcel-334 should not be in this branch
---
 src/main/java/org/apache/bcel/util/package.html | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/main/java/org/apache/bcel/util/package.html b/src/main/java/org/apache/bcel/util/package.html
index 150c481..f1fad39 100644
--- a/src/main/java/org/apache/bcel/util/package.html
+++ b/src/main/java/org/apache/bcel/util/package.html
@@ -24,7 +24,6 @@ This package contains utility classes for the
 <a href="https://commons.apache.org/bcel/">Byte Code Engineering
 Library</a>, namely:
 </p>
-<p>
 <ul>
 <li>Collection classes for JavaClass objects</li>
 <li>A converter for class files to HTML</li>
@@ -33,6 +32,5 @@ Library</a>, namely:
 <li>A class loader that allows to create classes at run time</li>
 </ul>
 
-</p>
 </body>
 </html>