change incorrect comment annotations

This commit is contained in:
Salakar 2017-10-29 01:27:45 +01:00
parent 07204789f0
commit bd4dc28391
1 changed files with 2 additions and 2 deletions

View File

@ -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) {