chore: fix build warnings in java doc comments

This commit is contained in:
Skylot
2026-04-01 20:04:47 +01:00
parent 7ae6bd737c
commit 9a8a11619b
2 changed files with 0 additions and 7 deletions
@@ -130,9 +130,6 @@ public final class TryEdgeScopeGroupMap implements Map<TryEdge, Map<TryEdge, Blo
/**
* Returns a map of all points where edges meet with each other, dictating the end of that
* edge's scope.
*
* @param mth
* @return
*/
public Map<BlockNode, List<TryEdge>> getScopeEnds(MethodNode mth) {
Map<BlockNode, List<TryEdge>> groups = new HashMap<>();
@@ -38,10 +38,6 @@ public enum RuntimeType {
/**
* Converts a <code>JDWP.Tag</code> to a {@link RuntimeType}
*
* @param tag
* @return
* @throws SmaliDebuggerException
*/
public static RuntimeType fromJdwpTag(int tag) throws SmaliDebuggerException {
switch (tag) {