From d88459a2f7f49a6f5c2ff14dff993c1a748e9a74 Mon Sep 17 00:00:00 2001 From: Richard Cordovano <rcordovano@basistech.com> Date: Fri, 16 Apr 2021 12:28:11 -0400 Subject: [PATCH] Update OS account dox --- bindings/java/doxygen/os_accounts.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/java/doxygen/os_accounts.dox b/bindings/java/doxygen/os_accounts.dox index 562b0c967..351e0e0aa 100644 --- a/bindings/java/doxygen/os_accounts.dox +++ b/bindings/java/doxygen/os_accounts.dox @@ -69,8 +69,8 @@ There are three unique elements to creating and updating OS accounts when adding This means that if you want to use a CaseDbTransation to add a lot of files or artifacts associated with OS accounts, you'll need to: <ol type="a"> <li>Pre-process the data to identify what OS accounts you need to find references to -<li>See if the OS Accounts already exist and either update them or make new ones -<li>Start the transaction and add the files and artifacts with the refrences to the OsAccounts +<li>See if the OS Accounts already exist and update them, if appropriate, or make new ones +<li>Start the transaction and add the files and artifacts with the refrences to the OS accounts </ol> <li>You need to check if you have more information than what is already stored (e.g., maybe the realm name was unknown). -- GitLab