Skip to content

Commit

Permalink
Correct project for org.apache.http.* source mapping.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton authored Jan 3, 2018
1 parent c4c09fd commit a806182
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 @@ -68,7 +68,7 @@ var _PACKAGE_MAP = {
'org' : { project:'platform/libcore', tree:'luni/src/main/java' },
'org.json' : { project:null, tree:null },
'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' },
'android' : { project:'platform/frameworks/base', tree:'core/java' },
'android.drm' : { project:'platform/frameworks/base', tree:'drm/java' },
Expand Down

0 comments on commit a806182

Please sign in to comment.