Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix a compilation error when JDBC driver is built in jdk1.4.2

-          Summary:

CheckIn:Fix a compilation error when JDBC driver is built in jdk1.4.2


- Bugzilla Bug (s) Resolved:
No


- Description:
The CallStatement class use some jdk 1.5.0 features that is not supported in 1.4.2. Change the code so that it can be compiled using 1.4.2.


- Tests Description:
No.


- Files Edited:

"/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/CallStatement.java" 

 

- Files Added:

 

- Notes to Build Team:
N/A


- Notes to Developers:
N/A


- Notes to QA: 
 

N/A

 

- Notes to Documentation:  
N/A

 

 

 


Back to the top