mirror of
https://github.com/revanced/smali.git
synced 2025-05-28 11:50:12 +02:00
Minor comment change
git-svn-id: https://smali.googlecode.com/svn/trunk@565 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
parent
8fcc31d5f2
commit
f3a83f9e4c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user