Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
Fix #1390
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfestal committed Jul 2, 2015
1 parent 643bf85 commit 1971710
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ public void doWithBinding(IType classModel, ReferenceBinding klass) {
&& annots.containsKey(com.redhat.ceylon.compiler.java.metadata.Ceylon.class.getName())
&& sourceFileName.endsWith(".java")) {
HashMap<String, Object> values = new HashMap<>();
values.put("backend", "");
values.put("backend", "jvm");
annots.put("ceylon.language.NativeAnnotation$annotation$", new JDTAnnotation(values));
}
if (annots.isEmpty()) {
Expand Down

0 comments on commit 1971710

Please sign in to comment.