chore: fix build warnings in java doc comments
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user