File tree Expand file tree Collapse file tree
bindings/java/src/org/sleuthkit/datamodel Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -614,7 +614,7 @@ public TimelineManager getTimelineManager() throws TskCoreException {
614614 *
615615 * @throws org.sleuthkit.datamodel.TskCoreException
616616 */
617- public synchronized CaseDbAccessManager getCaseDbAccessManager() throws TskCoreException {
617+ public CaseDbAccessManager getCaseDbAccessManager() throws TskCoreException {
618618 return dbAccessManager;
619619 }
620620
@@ -623,7 +623,7 @@ public synchronized CaseDbAccessManager getCaseDbAccessManager() throws TskCoreE
623623 *
624624 * @return The per case TaggingManager object.
625625 */
626- public synchronized TaggingManager getTaggingManager() {
626+ public TaggingManager getTaggingManager() {
627627 return taggingMgr;
628628 }
629629
@@ -11194,7 +11194,7 @@ protected void finalize() throws Throwable {
1119411194 /**
1119511195 * Call to free resources when done with instance.
1119611196 */
11197- public synchronized void close() {
11197+ public void close() {
1119811198 acquireSingleUserCaseWriteLock();
1119911199
1120011200 try {
You can’t perform that action at this time.
0 commit comments