Fix comment in TestApiVersion
This commit is contained in:
parent
e3b3bf9307
commit
8a934c4f93
|
@ -26,7 +26,7 @@ package com.apple.foundationdb.test;
|
|||
*/
|
||||
public class TestApiVersion {
|
||||
/**
|
||||
* The latest API version supported by the Java binding
|
||||
* The current API version to be used by the tests
|
||||
*/
|
||||
public static final int CURRENT = 720;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue