1
0
Fork 0

DataProcessor {type=>param} docblock correction

I seem to like messing trivial things up.

* src/server/request/DataProcessor.js (constructor): Docblock fix.
master
Mike Gerwitz 2017-07-06 14:28:33 -04:00
parent 4d22107a57
commit e963761d22
1 changed files with 3 additions and 3 deletions

View File

@ -56,9 +56,9 @@ module.exports = Class( 'DataProcessor',
/**
* Initialize processor
*
* @type {Object} filter bucket filter
* @type {function()} dapif data API constructor
* @type {DapiMetaSource} meta_source metadata source
* @param {Object} filter bucket filter
* @param {function()} dapif data API constructor
* @param {DapiMetaSource} meta_source metadata source
*/
constructor( filter, dapif, meta_source )
{