Fix @fileoverview comment in hkp module
This commit is contained in:
parent
4aaa1d3184
commit
f3ae671a57
|
@ -15,14 +15,13 @@
|
|||
// License along with this library; if not, write to the Free Software
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
'use strict';
|
||||
|
||||
/**
|
||||
* This class implements a client for the OpenPGP HTTP Keyserver Protocol (HKP)
|
||||
* in order to lookup and upload keys on standard public key servers.
|
||||
* @module hkp/hkp
|
||||
* @fileoverview This class implements a client for the OpenPGP HTTP Keyserver Protocol (HKP)
|
||||
* in order to lookup and upload keys on standard public key servers.
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import config from './config';
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user