ObjectToPack: Add missing @Override annotation

Change-Id: I65ed7b89312d58ea816b46d27707ff907df1c78b
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
This commit is contained in:
David Pursehouse 2017-08-24 16:20:11 +09:00
parent 1b4daa2994
commit 65b2d0b2d9
1 changed files with 1 additions and 0 deletions

View File

@ -182,6 +182,7 @@ public final boolean isWritten() {
}
/** @return the type of this object. */
@Override
public final int getType() {
return (flags >> TYPE_SHIFT) & 0x7;
}