mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
setAttributes — use equals
This commit is contained in:
@@ -27,7 +27,7 @@ import org.junit.ClassRule
|
||||
import org.junit.Rule
|
||||
import org.junit.Test
|
||||
|
||||
internal class InspectionSchemeTest {
|
||||
class InspectionSchemeTest {
|
||||
companion object {
|
||||
@JvmField
|
||||
@ClassRule
|
||||
|
||||
+1
-1
@@ -35,7 +35,7 @@ import org.junit.Rule
|
||||
import org.junit.Test
|
||||
import java.nio.file.Paths
|
||||
|
||||
internal class ProjectInspectionManagerTest {
|
||||
class ProjectInspectionManagerTest {
|
||||
companion object {
|
||||
@JvmField
|
||||
@ClassRule
|
||||
|
||||
Reference in New Issue
Block a user