Share

PoolMan

Tracker: Feature Requests

5 GenericPool Solution - ID: 614879
Last Update: Tracker Item Submitted ( nobody )

Replace GenericPool(GenericPoolMetaData metad,
String classname, Object[] params) by :

public GenericPool(GenericPoolMetaData metad,
String classname, Object[] params) {
super(metad);
this.oparams = params;
this.info = (GenericPoolMetaData) metad;
this.con = figureConstructor();
try {
init();
} catch (Exception e) {
log("GenericPool: Exception while initializing",
e);
}
}



Nobody/Anonymous ( nobody ) - 2002-09-26 09:47

5

Open

None

Nobody/Anonymous

None

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.