Skip to content

Commit

Permalink
Better Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Dec 17, 2023
1 parent b3289a8 commit c799e77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/examples/ProxyCreator.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
import org.apache.bcel.generic.Type;

/**
* Dynamically creates and uses a proxy for {@code java.awt.event.ActionListener} via the class loader mechanism if
* Dynamically creates and uses a proxy for {@link java.awt.event.ActionListener} via the class loader mechanism if
* called with
*
* <pre>
Expand All @@ -45,7 +45,7 @@
* however in big ugly class name, so for many cases it will be more sufficient to put some clever creation code into
* the class loader.
* <p>
* This is comparable to the mechanism provided via {@code java.lang.reflect.Proxy}, but much more flexible.
* This is comparable to the mechanism provided via {@link java.lang.reflect.Proxy}, but much more flexible.
* </p>
*
* @see org.apache.bcel.util.JavaWrapper
Expand Down

0 comments on commit c799e77

Please sign in to comment.