diff --git a/bindings/java/src/main/overview.html.in b/bindings/java/src/main/overview.html.in
index 321c8a7d41c..1ced4b320b9 100644
--- a/bindings/java/src/main/overview.html.in
+++ b/bindings/java/src/main/overview.html.in
@@ -25,7 +25,7 @@ and add it to your classpath.
Getting started
To start using FoundationDB from Java, create an instance of the
{@link com.apple.foundationdb.FDB FoundationDB API interface} with the version of the
-API that you want to use (this release of the FoundationDB Java API supports versions between {@code 500} and {@code 510}).
+API that you want to use (this release of the FoundationDB Java API supports only version {@code 510}).
With this API object you can then open {@link com.apple.foundationdb.Cluster Cluster}s and
{@link com.apple.foundationdb.Database Database}s and start using
{@link com.apple.foundationdb.Transaction Transaction}s.