diff --git a/hibernate-core/src/main/java/org/hibernate/cfg/AvailableSettings.java b/hibernate-core/src/main/java/org/hibernate/cfg/AvailableSettings.java
index d2a86f3a87..045868a311 100644
--- a/hibernate-core/src/main/java/org/hibernate/cfg/AvailableSettings.java
+++ b/hibernate-core/src/main/java/org/hibernate/cfg/AvailableSettings.java
@@ -308,7 +308,7 @@ public interface AvailableSettings {
* Setting that controls whether we seek out JPA "static metamodel" classes
* and populate them, either:
* -
- * enabled -Do the population
+ * enabled - Do the population
*
* -
* disabled - Do not do the population
@@ -1420,7 +1420,7 @@ public interface AvailableSettings {
*
- a {@link Class} implementing {@link org.hibernate.cache.spi.CacheKeysFactory},
*
- the name of a class implementing {@link org.hibernate.cache.spi.CacheKeysFactory},
*
- {@code "default"} as a short name for {@link org.hibernate.cache.internal.DefaultCacheKeysFactory}, or
- *
- '{@code "simple"} as a short name for {@link org.hibernate.cache.internal.SimpleCacheKeysFactory}.
+ *
- {@code "simple"} as a short name for {@link org.hibernate.cache.internal.SimpleCacheKeysFactory}.
*
*
* @since 5.2