From f3a83f9e4cb51dd0d3eb345d1718ce4074291a05 Mon Sep 17 00:00:00 2001 From: "JesusFreke@JesusFreke.com" Date: Tue, 12 Jan 2010 08:10:50 +0000 Subject: [PATCH] Minor comment change git-svn-id: https://smali.googlecode.com/svn/trunk@565 55b6fa8a-2a1e-11de-a435-ffa8d773f76a --- dexlib/src/main/java/org/jf/dexlib/CodeItem.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;