Skip to content

Commit 9065d2c

Browse files
committed
remove additional comment line in Java Unirest
1 parent f21a6c2 commit 9065d2c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/targets/java/unirest.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ module.exports = function (options) {
2222

2323
var methods = [ 'GET', 'POST', 'PUT', 'DELETE', 'PATCH', 'HEAD', 'OPTIONS' ]
2424

25-
code.push('//Import unirest library (http://unirest.io/java.html) \n')
26-
2725
if (methods.indexOf(self.source.method.toUpperCase()) === -1) {
2826
code.push(util.format('HttpResponse<String> response = Unirest.customMethod("%s","%s")', self.source.method.toUpperCase(), self.source.fullUrl))
2927
} else {

0 commit comments

Comments
 (0)