diff --git a/bindings/java/src/org/sleuthkit/datamodel/CommunicationsManager.java b/bindings/java/src/org/sleuthkit/datamodel/CommunicationsManager.java index 6f65080a32d30204217879083567b70d32c213c5..6ab357a18c33c75af0a4de967239f2376c4bbb02 100644 --- a/bindings/java/src/org/sleuthkit/datamodel/CommunicationsManager.java +++ b/bindings/java/src/org/sleuthkit/datamodel/CommunicationsManager.java @@ -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.