diff --git a/docs/generators/java.md b/docs/generators/java.md
index 5a5c5d2b1bd..5b8dfd52f85 100644
--- a/docs/generators/java.md
+++ b/docs/generators/java.md
@@ -53,7 +53,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
|scmDeveloperConnection|SCM developer connection in generated pom.xml| |scm:git:git@github.com:openapitools/openapi-generator.git|
|scmUrl|SCM URL in generated pom.xml| |https://github.com/openapitools/openapi-generator|
|serializableModel|boolean - toggle "implements Serializable" for generated models| |false|
-|serializationLibrary|Serialization library, default depends from the library|
- **jsonb**
- Use JSON-B as serialization library
- **jackson**
- Use Jackson as serialization library
- **gson**
- Use Gson as serialization library
|null|
+|serializationLibrary|Serialization library, default depends on value of the option library|- **jsonb**
- Use JSON-B as serialization library
- **jackson**
- Use Jackson as serialization library
- **gson**
- Use Gson as serialization library
|null|
|snapshotVersion|Uses a SNAPSHOT version.|- **true**
- Use a SnapShot Version
- **false**
- Use a Release Version
|null|
|sortModelPropertiesByRequiredFlag|Sort model properties to place required parameters before optional parameters.| |true|
|sortParamsByRequiredFlag|Sort method arguments to place required parameters before optional parameters.| |true|