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:
Pinaki Poddar 2007-12-14 23:00:46 +00:00
parent 2c18b555c7
commit 7bd70d36db
1 changed files with 1 additions and 1 deletions

View File

@ -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) {