Skip to content
Snippets Groups Projects
Unverified Commit e5843b15 authored by Richard Cordovano's avatar Richard Cordovano Committed by GitHub
Browse files

Merge pull request #1110 from APriestman/3495_doxygen

Update version number, no longer export private classes/methods/etc.
parents 85107d22 f184c5a2
No related branches found
No related tags found
No related merge requests found
......@@ -323,16 +323,6 @@ public Account getAccount(org.sleuthkit.datamodel.Account.Type accountType, Stri
return account;
}
/**
* Returns an account instance for the given account instance artifact
*
* @param artifact
*
* @return Account
*
* @throws org.sleuthkit.datamodel.TskCoreException
*
*/
// public AccountFileInstance getAccountFileInstance(BlackboardArtifact artifact) throws TskCoreException {
// AccountFileInstance accountInstance = null;
// if (artifact.getArtifactTypeID() == BlackboardArtifact.ARTIFACT_TYPE.TSK_ACCOUNT.getTypeID()) {
......@@ -348,6 +338,7 @@ public Account getAccount(org.sleuthkit.datamodel.Account.Type accountType, Stri
//
// return accountInstance;
// }
/**
* Add one or more relationships between the sender and recipient account instances. All
* account instances must be from the same data source.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment