Remove org.junit.rules.ExpectedException from forbidden-apis again

This commit is contained in:
Christoph Büscher 2016-10-18 11:13:09 +02:00
parent abff485d68
commit 274d5d1fdb

View File

@ -25,4 +25,3 @@ org.apache.lucene.util.LuceneTestCase$Nightly @ We don't run nightly tests at th
com.carrotsearch.randomizedtesting.annotations.Nightly @ We don't run nightly tests at this point!
org.junit.Test @defaultMessage Just name your test method testFooBar
org.junit.rules.ExpectedException @ Use LuceneTestCase#expectThrows(Class<T>, LuceneTestCase.ThrowingRunnable) instead