Skip to content
Snippets Groups Projects
Commit 1963c423 authored by apriestman's avatar apriestman
Browse files

Add beta annotation

parent 6f64b157
Branches
No related tags found
No related merge requests found
...@@ -1904,6 +1904,7 @@ public OsAccountUpdateResult updateCoreLocalLinuxOsAccountAttributes(OsAccount o ...@@ -1904,6 +1904,7 @@ public OsAccountUpdateResult updateCoreLocalLinuxOsAccountAttributes(OsAccount o
* @throws TskCoreException If there is a database error or if the updated * @throws TskCoreException If there is a database error or if the updated
* information conflicts with an existing account. * information conflicts with an existing account.
*/ */
@Beta
private OsAccountUpdateResult updateCoreLocalLinuxOsAccountAttributes(OsAccount osAccount, String uid, String loginName, CaseDbTransaction trans) throws TskCoreException { private OsAccountUpdateResult updateCoreLocalLinuxOsAccountAttributes(OsAccount osAccount, String uid, String loginName, CaseDbTransaction trans) throws TskCoreException {
// Update the account core data // Update the account core data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment