move more classes to intellij.platform.concurrency, remove dependency on intellij.platform.util.ex from intellij.platform.concurrency

GitOrigin-RevId: 50617f8a6430905dac4154097dec549355ef170e
This commit is contained in:
Vladimir Krivosheev
2019-11-29 18:38:20 +01:00
committed by intellij-monorepo-bot
parent 9a70adde3a
commit 35ba240d5b
8 changed files with 5 additions and 19 deletions

View File

@@ -10,5 +10,6 @@
<orderEntry type="module" module-name="intellij.platform.core" />
<orderEntry type="module" module-name="intellij.java.psi" />
<orderEntry type="module" module-name="intellij.platform.indexing" />
<orderEntry type="module" module-name="intellij.platform.concurrency" />
</component>
</module>

View File

@@ -1,18 +1,4 @@
/*
* Copyright 2000-2014 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.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.psi.search.searches;
import com.intellij.psi.PsiClass;
@@ -29,7 +15,7 @@ import org.jetbrains.annotations.NotNull;
/**
* @author max
*/
public class AnnotationTargetsSearch {
public final class AnnotationTargetsSearch {
public static AnnotationTargetsSearch INSTANCE = new AnnotationTargetsSearch();
public static class Parameters {