Skip to content

Commit

Permalink
🔥 remove unused getter
Browse files Browse the repository at this point in the history
  • Loading branch information
artamonovkirill committed Jul 13, 2020
1 parent 052562b commit 77785b8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/groovy/com/tomtom/http/ResponseParser.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,4 @@ class ResponseParser {
.collectEntries { [(it.key): it.value.value] } : [:]
}

def getMapper() {
mapper
}

}

0 comments on commit 77785b8

Please sign in to comment.