Fix comment in TestApiVersion

This commit is contained in:
Vaidas Gasiunas 2023-02-27 18:30:50 +01:00
parent e3b3bf9307
commit 8a934c4f93
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}