mirror of https://github.com/apache/openjpa.git
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) {
|
||||
setContext(ctx, (JDBCConfiguration) ctx.getConfiguration());
|
||||
setContext(ctx, (JDBCConfiguration) ctx.getConfiguration());
|
||||
}
|
||||
|
||||
public void setContext(StoreContext ctx, JDBCConfiguration conf) {
|
||||
|
|
Loading…
Reference in New Issue