DriverProxy now implements Driver.getParentLogger()
authorKai Moritz <kai@coolibri.de>
Wed, 28 Nov 2012 16:05:10 +0000 (17:05 +0100)
committerKai Moritz <kai@coolibri.de>
Tue, 11 Dec 2012 20:56:22 +0000 (21:56 +0100)
Otherwise, the plugin would not run with database-drivers compiled for
Java 1.7.

This method must not be annotated with @Override, because otherwise, the
plugin won't compile under Java 1.6 (the method was added to the interface
Driver in Java 1.7).


No differences found