Skip to content

Commit

Permalink
Merge pull request #56 from JakeWharton/patch-5
Browse files Browse the repository at this point in the history
Correct project for org.apache.http.* source mapping.
  • Loading branch information
romannurik authored Jan 3, 2018
2 parents a8e997b + a806182 commit f8bbcc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/ref-inject-code-search.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ var _PACKAGE_MAP = {
'org' : { project:'platform/libcore', tree:'luni/src/main/java' },
'org.json' : { project:'platform/libcore', tree:'json/src/main/java' },
'org.xmlpull' : { project:null, tree:null },
'org.apache.http' : { project:'platform/libcore', tree:'core/java' },
'org.apache.http' : { project:'platform/frameworks/base', tree:'core/java' },
'java.math' : { project:'platform/libcore', tree:'luni/src/main/java' },
'dalvik' : { project:'platform/libcore', tree:'dalvik/src/main/java' },
'android' : { project:'platform/frameworks/base', tree:'core/java' },
Expand Down

0 comments on commit f8bbcc6

Please sign in to comment.