Skip to content

Commit e6ef268

Browse files
author
Shashi Ranjan
committed
key fixes
1 parent 16ba6dd commit e6ef268

3 files changed

Lines changed: 13 additions & 16 deletions

File tree

.project

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>httpsnippet</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
</buildSpec>
9+
<natures>
10+
</natures>
11+
</projectDescription>

src/targets/java/unirest.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module.exports = function (options) {
4040

4141
module.exports.info = {
4242
key: 'unirest',
43-
title: 'JAVA',
43+
title: 'Unirest',
4444
link: 'http://unirest.io/java.html',
45-
description: 'Unirest Java interface'
45+
description: 'Lightweight HTTP Request Client Library'
4646
}

test/fixtures/available-targets.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,6 @@
2020
"description": "a free software package for retrieving files using HTTP, HTTPS",
2121
"extname": ".sh"
2222
},
23-
{
24-
"key": "java",
25-
"title": "JAVA",
26-
"extname": ".java",
27-
"default": "unirest",
28-
"clients": [
29-
{
30-
"key": "unirest",
31-
"title": "JAVA",
32-
"link": "http://unirest.io/java.html",
33-
"description": "Unirest Java interface"
34-
}
35-
]
36-
},
3723
{
3824
"key": "node",
3925
"title": "Node.js",

0 commit comments

Comments
 (0)