mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 11:07:43 +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() {
|
private HighlightedTextMarkup() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Long getObjectId() {
|
||||||
|
return this.objectId;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getNumberPages() {
|
public int getNumberPages() {
|
||||||
return this.numberPages;
|
return this.numberPages;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user