mirror of
https://github.com/apache/openjpa.git
synced 2025-03-06 16:39:11 +00:00
* Fixed bad return value in DBDictionary.getMinorVersion() (#61)
This commit is contained in:
parent
beb125500f
commit
26b1f6be28
@ -5999,7 +5999,7 @@ public class DBDictionary
|
||||
* Gets minor version of the database server.
|
||||
*/
|
||||
public final int getMinorVersion() {
|
||||
return major;
|
||||
return minor;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user