Added @since tag to IDBAccessObject.
Change-Id: I83d47534e76eba41099da645e5f971d351f0260c
This commit is contained in:
parent
c32c322cdd
commit
b49fa39f85
1 changed files with 2 additions and 0 deletions
|
|
@ -41,6 +41,8 @@
|
|||
* - b) Determine the new row (expensive, so we don't want to hold locks now)
|
||||
* - c) Re-read the current row with READ_LOCKING; if it changed then bail out
|
||||
* - d) otherwise, do the updates
|
||||
*
|
||||
* @since 1.20
|
||||
*/
|
||||
interface IDBAccessObject {
|
||||
// Constants for object loading bitfield flags (higher => higher QoS)
|
||||
|
|
|
|||
Loading…
Reference in a new issue