1
0
mirror of synced 2025-02-20 22:23:14 +03:00

Merge pull request #972 from hallabro/patch-1

Capitalize @GeneratedValue (annotations-reference.rst)
This commit is contained in:
Marco Pivetta 2014-03-05 11:03:30 +01:00
commit 8d4821b4dc

View File

@ -933,7 +933,7 @@ DocBlock.
@SequenceGenerator
~~~~~~~~~~~~~~~~~~~~~
For the use with @generatedValue(strategy="SEQUENCE") this
For the use with @GeneratedValue(strategy="SEQUENCE") this
annotation allows to specify details about the sequence, such as
the increment size and initial values of the sequence.