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

Commit

Permalink
Merge pull request #231 from Shan1024/function-presentation-fix
Browse files Browse the repository at this point in the history
Fix presentation issue
  • Loading branch information
sameerajayasoma authored Apr 6, 2017
2 parents b273e86 + abb443e commit 36672f8
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 36672f8

Please sign in to comment.