From 3242d58e136a8cd6de9ced8358e571e0bee9e33f Mon Sep 17 00:00:00 2001 From: Max Medvedev Date: Sat, 23 Feb 2013 18:49:35 +0400 Subject: [PATCH] cleanup --- .../lang/psi/impl/signatures/GrClosureSignatureUtil.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/groovy/src/org/jetbrains/plugins/groovy/lang/psi/impl/signatures/GrClosureSignatureUtil.java b/plugins/groovy/src/org/jetbrains/plugins/groovy/lang/psi/impl/signatures/GrClosureSignatureUtil.java index e91ae3074e7f..49af31d31828 100644 --- a/plugins/groovy/src/org/jetbrains/plugins/groovy/lang/psi/impl/signatures/GrClosureSignatureUtil.java +++ b/plugins/groovy/src/org/jetbrains/plugins/groovy/lang/psi/impl/signatures/GrClosureSignatureUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2012 JetBrains s.r.o. + * Copyright 2000-2013 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -622,7 +622,7 @@ public class GrClosureSignatureUtil { @Nullable public static Map> mapArgumentsToParameters(@NotNull GroovyResolveResult resolveResult, - @NotNull GroovyPsiElement context, + @NotNull PsiElement context, final boolean partial, final boolean eraseArgs, @NotNull final GrNamedArgument[] namedArgs, @@ -683,7 +683,7 @@ public class GrClosureSignatureUtil { @NotNull GrNamedArgument[] namedArgs, @NotNull GrExpression[] expressionArgs, @NotNull GrClosableBlock[] closureArguments, - @NotNull GroovyPsiElement context, + @NotNull PsiElement context, boolean partial, boolean eraseArgs) { List innerArgs = new ArrayList();