mirror of
https://github.com/revanced/Apktool.git
synced 2025-06-12 21:27:36 +02:00
Fix some javadoc issues
This commit is contained in:

committed by
Connor Tumbleson

parent
0153548c30
commit
026d353fc7
@ -48,7 +48,6 @@ public class BaseDexReader<T extends BaseDexBuffer> {
|
||||
public int getOffset() { return offset; }
|
||||
public void setOffset(int offset) { this.offset = offset; }
|
||||
|
||||
/** {@inheritDoc} */
|
||||
public int readSleb128() {
|
||||
int end = offset;
|
||||
int currentByteValue;
|
||||
|
@ -48,8 +48,7 @@ public interface DebugItem {
|
||||
int getDebugItemType();
|
||||
|
||||
/**
|
||||
* The code address
|
||||
* @return
|
||||
* @return The code address
|
||||
*/
|
||||
int getCodeAddress();
|
||||
}
|
||||
|
@ -268,8 +268,7 @@ public class AnnotatedBytes {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the width of the right side containing the annotations
|
||||
* @return
|
||||
* @return The width of the right side containing the annotations
|
||||
*/
|
||||
public int getAnnotationWidth() {
|
||||
int leftWidth = 8 + (hexCols * 2) + (hexCols / 2);
|
||||
|
Reference in New Issue
Block a user