Skip to content

Commit

Permalink
Made LinkedDataCache.getSailConnection() public, as needed by Stream42
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Shinavier committed Jul 11, 2016
1 parent 4a71190 commit 284866b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -198,7 +198,7 @@ public synchronized void close() {
}
}

private synchronized SailConnection getSailConnection() {
public synchronized SailConnection getSailConnection() {
return sailConnection;
}

Expand Down

0 comments on commit 284866b

Please sign in to comment.