mirror of
https://github.com/apache/openjpa.git
synced 2025-03-08 01:31:31 +00:00
Allow JDBCStoreManager to avail configuration different than that of its StoreContext. Wrong tab corrected.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@604327 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2c18b555c7
commit
7bd70d36db
@ -105,7 +105,7 @@ public class JDBCStoreManager
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void setContext(StoreContext ctx) {
|
public void setContext(StoreContext ctx) {
|
||||||
setContext(ctx, (JDBCConfiguration) ctx.getConfiguration());
|
setContext(ctx, (JDBCConfiguration) ctx.getConfiguration());
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setContext(StoreContext ctx, JDBCConfiguration conf) {
|
public void setContext(StoreContext ctx, JDBCConfiguration conf) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user