Remove final from all getConnection() methods in EmbeddedDataSource
-------------------------------------------------------------------
Key: DERBY-3227
URL: https://issues.apache.org/jira/browse/DERBY-3227
Project: Derby
Issue Type: Improvement
Components: JDBC
Affects Versions: 10.3.1.4
Reporter: Aaron Digulla
Priority: Minor
The final modifier makes it impossible to wrap Derby connections in P6Spy, for
example.
The network ClientDataSource doesn't use final, either.
Patch: Replace "public final Connection" with "public Connection" two times.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.