Browse Source

Polishing

pull/22572/head
Sebastien Deleuze 7 years ago
parent
commit
6266370a7a
  1. 2
      spring-beans/src/test/kotlin/org/springframework/beans/KotlinBeanUtilsTests.kt

2
spring-beans/src/test/kotlin/org/springframework/beans/BeanUtilsKotlinTests.kt → spring-beans/src/test/kotlin/org/springframework/beans/KotlinBeanUtilsTests.kt

@ -25,7 +25,7 @@ import org.junit.Test @@ -25,7 +25,7 @@ import org.junit.Test
* @author Sebastien Deleuze
*/
@Suppress("unused", "UNUSED_PARAMETER")
class BeanUtilsKotlinTests {
class KotlinBeanUtilsTests {
@Test
fun `Instantiate immutable class`() {
Loading…
Cancel
Save