Skip to content

Commit

Permalink
Add org.json 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 b2764b5
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 @@ -66,7 +66,7 @@ var _PACKAGE_MAP = {
'javax' : { project:'platform/libcore', tree:'ojluni/src/main/java' },
'javax.microedition' : { project:null, tree:null },
'org' : { project:'platform/libcore', tree:'luni/src/main/java' },
'org.json' : { project:null, tree:null },
'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' },
'java.math' : { project:'platform/libcore', tree:'luni/src/main/java' },
Expand Down

0 comments on commit b2764b5

Please sign in to comment.