Skip to content

Commit

Permalink
HHH-7952 Typo in Javadoc For TableGenerator/TableHiLoGenerator
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamii authored and brmeyer committed Feb 19, 2013
1 parent ae074e3 commit 1fed7f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -73,7 +73,7 @@
* @see TableHiLoGenerator
* @author Gavin King
*
* @deprecate use {@link SequenceStyleGenerator} instead.
* @deprecated use {@link SequenceStyleGenerator} instead.
*/
@Deprecated
public class TableGenerator implements PersistentIdentifierGenerator, Configurable {
Expand Down
Expand Up @@ -49,7 +49,7 @@
* @see SequenceHiLoGenerator
* @author Gavin King
*
* @deprecate use {@link SequenceStyleGenerator} instead.
* @deprecated use {@link SequenceStyleGenerator} instead.
*/
@Deprecated
public class TableHiLoGenerator extends TableGenerator {
Expand Down

0 comments on commit 1fed7f3

Please sign in to comment.