Skip to content

Commit

Permalink
OGM-555 JavaDoc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarmorling committed Aug 5, 2015
1 parent 14157bb commit a904c32
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Expand Up @@ -24,7 +24,7 @@ public enum MapStorageType {
* "work" : 456
* }
* ...
* <pre>
* </pre>
*
* This setting is ignored for all other key column types,
* {@link MapStorageType#AS_LIST} will be used then.
Expand All @@ -42,7 +42,7 @@ public enum MapStorageType {
* { "addressType" : "work", "addressId" : 456 },
* ]
* ...
* <pre>
* </pre>
*/
AS_LIST;
}
Expand Up @@ -102,7 +102,7 @@ protected IdSourceKey getGeneratorKey(SessionImplementor session) {
*
* Determine the name of the sequence (or table if this resolves to a physical table)
* to use.
* <p/>
* <p>
* Called during {@link #configure configuration}.
*
* @param params The params supplied in the generator config (plus some standard useful extras).
Expand Down
Expand Up @@ -176,7 +176,7 @@ public void configure(Type type, Properties params, ServiceRegistry serviceRegis
* NOTE: Copied from TableGenerator
* <p>
* Determine the table name to use for the generator values.
* <p/>
* <p>
* Called during {@link #configure configuration}.
*
* @see #getTableName()
Expand Down

0 comments on commit a904c32

Please sign in to comment.