mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 21:30:46 +00:00
Fix javadoc.
This commit is contained in:
+4
-1
@@ -31,11 +31,14 @@ import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
*
|
||||
* AVM1 dialect.
|
||||
* @author JPEXS
|
||||
*/
|
||||
public class ActionGraphTargetDialect extends GraphTargetDialect {
|
||||
|
||||
/**
|
||||
* AVM1 dialect instance.
|
||||
*/
|
||||
public static final GraphTargetDialect INSTANCE = new ActionGraphTargetDialect();
|
||||
|
||||
private ActionGraphTargetDialect() {
|
||||
|
||||
Reference in New Issue
Block a user