Skip to content

Commit 2c15d62

Browse files
authored
Merge pull request #31 from SleuthKitLabs/ct-3.16.0
merge back to develop 4.14 from release Ct 3.16.0
2 parents c9e92cb + af21a4e commit 2c15d62

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

bindings/java/src/org/sleuthkit/datamodel/SleuthkitCase.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)