removed testonly

This commit is contained in:
Alexey Kudravtsev
2015-02-13 14:47:37 +03:00
parent 3b6ebdeac4
commit e088aae0a8
@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 JetBrains s.r.o.
* Copyright 2000-2015 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.
@@ -26,13 +26,10 @@ import com.intellij.openapi.util.Factory;
import com.intellij.util.containers.ContainerUtil;
import gnu.trove.THashSet;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.TestOnly;
import java.util.ArrayList;
import java.util.List;
import java.util.Set;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.locks.ReentrantReadWriteLock;
/**
* @author max
@@ -147,7 +144,6 @@ public class InspectionToolRegistrar {
}
@NotNull
@TestOnly
public List<InspectionToolWrapper> createTools() {
ensureInitialized();