Code Cleanup
This commit is contained in:
parent
ecf8e43541
commit
4272282c66
1 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,12 @@ import java.util.List;
|
||||||
import org.objectweb.asm.tree.ClassNode;
|
import org.objectweb.asm.tree.ClassNode;
|
||||||
import the.bytecode.club.bytecodeviewer.api.*;
|
import the.bytecode.club.bytecodeviewer.api.*;
|
||||||
|
|
||||||
|
/**
|
||||||
|
** This is a skeleton template for BCV's Java Plugin System
|
||||||
|
**
|
||||||
|
** @author [Your Name Goes Here]
|
||||||
|
**/
|
||||||
|
|
||||||
public class Skeleton extends Plugin {
|
public class Skeleton extends Plugin {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue