Skip to content

Commit

Permalink
added missing javadoc comments (#98)
Browse files Browse the repository at this point in the history
Signed-off-by: Sally MacFarlane <[email protected]>
  • Loading branch information
macfarla authored Oct 16, 2024
1 parent 8357435 commit eca0286
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public abstract class AbstractLineaRequiredPlugin extends AbstractLineaPrivateOp
*
* <p>If that's NOT desired, the plugin should implement {@link BesuPlugin} directly.
*
* @param context
* @param context the BesuContext to be used.
*/
@Override
public void register(final BesuContext context) {
Expand Down Expand Up @@ -59,7 +59,7 @@ public void register(final BesuContext context) {
/**
* Linea plugins need to implement this method. Called by {@link BesuPlugin} register method
*
* @param context
* @param context the BesuContext to be used.
*/
public abstract void doRegister(final BesuContext context);

Expand Down

0 comments on commit eca0286

Please sign in to comment.