Skip to content
Snippets Groups Projects
Commit 1dd7ee8c authored by Raman Arora's avatar Raman Arora
Browse files

Undo access change to Account constructor.

parent a4d0f365
No related branches found
No related tags found
No related merge requests found
......@@ -152,7 +152,7 @@ public String toString() {
}
}
public Account(long account_id, Account.Type accountType, String typeSpecificId) {
Account(long account_id, Account.Type accountType, String typeSpecificId) throws TskCoreException {
this.account_id = account_id;
this.accountType = accountType;
this.typeSpecificID = typeSpecificId;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment