Skip to content

Commit

Permalink
Issue #7772 was re-fixed to support API compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii0lomakin committed Oct 26, 2017
1 parent dfaef7f commit 896dcff
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ public boolean isDefined() {
}

public static final class InstanceHolder {
public ODatabaseRecordThreadLocal get() {
return ODatabaseRecordThreadLocal.instance();
public ODatabaseDocumentInternal get() {
return ODatabaseRecordThreadLocal.instance().get();
}
}
}

0 comments on commit 896dcff

Please sign in to comment.