Skip to content

Commit

Permalink
docs: remove irrelevant doc comments from query class (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharygolba authored Dec 19, 2016
1 parent ccb645c commit 302a10f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/packages/database/query/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,8 @@ import formatSelect from './utils/format-select';
import { runQuery, createRunner } from './runner';

/**
* I am a Query.
*
* @module lux-framework/src/packages/database
* @namespace Database
* @class Query
* @constructor
* @extends {Promise}
* @extends Promise
* @private
*/
class Query<+T: any> extends Promise {
Expand Down

0 comments on commit 302a10f

Please sign in to comment.