Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Fix presentation issue
Browse files Browse the repository at this point in the history
Resolves #230
  • Loading branch information
Shan1024 committed Apr 6, 2017
1 parent c520919 commit abb443e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public String getPresentableText() {
return builder.toString();
}
// Get the return types.
Collection<TypeNameNode> returnTypeNodes = PsiTreeUtil.findChildrenOfType(parameterListNode,
Collection<TypeNameNode> returnTypeNodes = PsiTreeUtil.findChildrenOfType(returnTypeListNode,
TypeNameNode.class);
builder.append(" (");
for (TypeNameNode typeNode : returnTypeNodes) {
Expand Down

0 comments on commit abb443e

Please sign in to comment.