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

Commit

Permalink
grr, stupid javac!
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinking committed Jan 23, 2017
1 parent 0475e61 commit 99d9761
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ && isGeneric(caseTypeDec)) {
t.getTypeArgumentList();
List<Tree.Type> args =
tal == null ?
Collections.emptyList() :
Collections.<Tree.Type>emptyList() :
tal.getTypes();
List<TypeParameter> typeParameters =
caseTypeDec.getTypeParameters();
Expand Down

0 comments on commit 99d9761

Please sign in to comment.