We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88a1737 commit fef7d14Copy full SHA for fef7d14
core/src/main/java/de/bwaldvogel/mongo/ServerVersion.java
@@ -14,10 +14,12 @@ public enum ServerVersion implements MongoVersion {
14
this.wireVersion = wireVersion;
15
}
16
17
+ @Override
18
public List<Integer> getVersionArray() {
19
return Collections.unmodifiableList(versionArray);
20
21
22
23
public int getWireVersion() {
24
return wireVersion;
25
0 commit comments