change incorrect comment annotations
This commit is contained in:
parent
07204789f0
commit
bd4dc28391
|
@ -1,12 +1,12 @@
|
|||
/**
|
||||
* @flow
|
||||
* Database representation wrapper
|
||||
* Database Transaction representation wrapper
|
||||
*/
|
||||
|
||||
let transactionId = 0;
|
||||
|
||||
/**
|
||||
* @class Database
|
||||
* @class TransactionHandler
|
||||
*/
|
||||
export default class TransactionHandler {
|
||||
constructor(database: Object) {
|
||||
|
|
Loading…
Reference in New Issue