mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-12 22:50:20 +08:00
change incorrect comment annotations
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user