From 40165d7f064544b8a173822ffa068ee8c9a10f50 Mon Sep 17 00:00:00 2001 From: Davide D'Alto Date: Fri, 7 Oct 2016 12:48:12 +0100 Subject: [PATCH] OGM-1183 Fix javadoc generation errors in Redis --- .../hibernate/ogm/datastore/redis/AbstractRedisDialect.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/redis/src/main/java/org/hibernate/ogm/datastore/redis/AbstractRedisDialect.java b/redis/src/main/java/org/hibernate/ogm/datastore/redis/AbstractRedisDialect.java index 877b717066..3363e7a590 100644 --- a/redis/src/main/java/org/hibernate/ogm/datastore/redis/AbstractRedisDialect.java +++ b/redis/src/main/java/org/hibernate/ogm/datastore/redis/AbstractRedisDialect.java @@ -123,7 +123,7 @@ public boolean supportsSequences() { /** * Create a String representation of the identifier key in the format of {@code Identifiers:(table name):(columnId)}. - * {@see #IDENTIFIERS} + * {@link #IDENTIFIERS} * * @param key Key for the identifier * @@ -257,7 +257,7 @@ protected void addIdToEntity(Entity entity, String[] columnNames, Object[] colum /** * Create a String representation of the entity key in the format of {@code Association:(table name):(columnId)}. - * {@see #ASSOCIATIONS} + * {@link #ASSOCIATIONS} * * @param key Key of the association *