Skip to content

Commit

Permalink
OGM-1183 Fix javadoc generation errors in Redis
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD authored and gsmet committed Oct 7, 2016
1 parent eb74d60 commit 40165d7
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -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
*
Expand Down Expand Up @@ -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
*
Expand Down

0 comments on commit 40165d7

Please sign in to comment.