Minor comment change

git-svn-id: https://smali.googlecode.com/svn/trunk@565 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
JesusFreke@JesusFreke.com 2010-01-12 08:10:50 +00:00
parent 8fcc31d5f2
commit f3a83f9e4c

View File

@ -866,8 +866,8 @@ public class CodeItem extends Item<CodeItem> {
}
/**
* Returns the "Catch All" handler address for this <code>EncodedCatchHandler</code>
* @return
* @return the "Catch All" handler address for this <code>EncodedCatchHandler</code>, or -1 if there
* is no "Catch All" handler
*/
public int getCatchAllHandlerAddress() {
return catchAllHandlerAddress;