diff --git a/dexlib/src/main/java/org/jf/dexlib/CodeItem.java b/dexlib/src/main/java/org/jf/dexlib/CodeItem.java index c4bf2b19..1409db84 100644 --- a/dexlib/src/main/java/org/jf/dexlib/CodeItem.java +++ b/dexlib/src/main/java/org/jf/dexlib/CodeItem.java @@ -866,8 +866,8 @@ public class CodeItem extends Item { } /** - * Returns the "Catch All" handler address for this EncodedCatchHandler - * @return + * @return the "Catch All" handler address for this EncodedCatchHandler, or -1 if there + * is no "Catch All" handler */ public int getCatchAllHandlerAddress() { return catchAllHandlerAddress;