mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
Added a package scoped getObjectId() method.
This commit is contained in:
parent
8b55bcde1d
commit
d7eadb2d0c
@ -186,6 +186,10 @@ class HighlightedTextMarkup implements TextMarkup, TextMarkupLookup {
|
||||
private HighlightedTextMarkup() {
|
||||
}
|
||||
|
||||
Long getObjectId() {
|
||||
return this.objectId;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getNumberPages() {
|
||||
return this.numberPages;
|
||||
|
Loading…
x
Reference in New Issue
Block a user