mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17:42 +00:00
Reformat class docs in SQLiteTableReader
This commit is contained in:
parent
58024fa29a
commit
e691425a5d
@ -57,7 +57,9 @@ import org.sleuthkit.datamodel.TskCoreException;
|
||||
*
|
||||
* SQLiteTableReader reader = new SQLiteTableReader.Builder(file) .onInteger(new
|
||||
* Consumer<Integer>() {
|
||||
* @Override public void accept(Integer i) { System.out.println(i); }
|
||||
* @Override public void accept(Integer i) {
|
||||
* System.out.println(i);
|
||||
* }
|
||||
* }).build();
|
||||
*
|
||||
* reader.reader(tableName);
|
||||
|
Loading…
x
Reference in New Issue
Block a user