From 45225252606d5763571d40fc41075b0ab3e44a96 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Fri, 4 Aug 2017 11:45:24 -0400 Subject: [PATCH] DataApi#request data param docblock correction * src/dapi/DataApi.js (#request): Correct docblock for `data' param. --- src/dapi/DataApi.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dapi/DataApi.js b/src/dapi/DataApi.js index fb5940f..5ae6c41 100644 --- a/src/dapi/DataApi.js +++ b/src/dapi/DataApi.js @@ -1,7 +1,7 @@ /** * Generic interface for data transmission * - * Copyright (C) 2014 R-T Specialty, LLC. + * Copyright (C) 2014, 2017 R-T Specialty, LLC. * * This file is part of the Liza Data Collection Framework * @@ -42,7 +42,7 @@ module.exports = Interface( 'DataApi', * The first parameter of the callback shall contain an Error in the event * of a failure; otherwise, it shall be null. * - * @param {string} data binary data to transmit + * @param {Object=} data request params * @param {function(?Error,*)} callback continuation upon reply * * @return {DataApi} self