Skip to content

Commit

Permalink
Merge pull request #54 from JakeWharton/patch-3
Browse files Browse the repository at this point in the history
Add javax.microedition source mapping.
  • Loading branch information
romannurik authored Jan 4, 2018
2 parents 0722322 + a12b6f9 commit 3b1329b
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 @@ -64,7 +64,7 @@ var _RESOURCE_MAP = {
var _PACKAGE_MAP = {
'java' : { project:'platform/libcore', tree:'ojluni/src/main/java' },
'javax' : { project:'platform/libcore', tree:'ojluni/src/main/java' },
'javax.microedition' : { project:null, tree:null },
'javax.microedition' : { project:'platform/frameworks/base', tree:'opengl/java' },
'javax.xml' : { project:'platform/libcore', tree:'luni/src/main/java' },
'junit' : { project:'platform/frameworks/base', tree:'legacy-test/src' },
'org' : { project:'platform/libcore', tree:'luni/src/main/java' },
Expand Down

0 comments on commit 3b1329b

Please sign in to comment.