mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
cleanup
This commit is contained in:
+3
-3
@@ -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<GrExpression, Pair<PsiParameter, PsiType>> 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<InnerArg> innerArgs = new ArrayList<InnerArg>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user