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

Commit

Permalink
_surely_ this must have been incorrect, right, @FroMage??
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinking committed Sep 2, 2017
1 parent 75e799f commit 96b1fa3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ public abstract class AbstractModelLoader implements ModelCompleter, ModelLoader
private static final TypeMirror THROWABLE_TYPE = simpleCeylonObjectType("java.lang.Throwable");
// private static final TypeMirror ERROR_TYPE = simpleCeylonObjectType("java.lang.Error");
private static final TypeMirror EXCEPTION_TYPE = simpleCeylonObjectType("java.lang.Exception");
private static final TypeMirror CEYLON_THROWABLE_TYPE = simpleCeylonObjectType("java.lang.Throwable");
private static final TypeMirror CEYLON_THROWABLE_TYPE = simpleCeylonObjectType("ceylon.language.Throwable");
private static final TypeMirror CEYLON_EXCEPTION_TYPE = simpleCeylonObjectType("ceylon.language.Exception");

private static final TypeMirror STRING_TYPE = simpleJDKObjectType("java.lang.String");
Expand Down

1 comment on commit 96b1fa3

@FroMage
Copy link
Contributor

@FroMage FroMage commented on 96b1fa3 Sep 5, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess…

Please sign in to comment.