Remove 172 bunchset

This commit is contained in:
Vyacheslav Gerasimov
2018-08-02 19:08:04 +03:00
parent 0c867b4804
commit a2bf417d75
338 changed files with 0 additions and 26220 deletions
@@ -1,11 +0,0 @@
// ELEMENT: java
// CHAR: \n
import org.springframework.context.annotation.ComponentScan
import org.springframework.context.annotation.Configuration
@Configuration
@ComponentScan(basePackages = arrayOf("ja<caret>va"))
open class App {
}
@@ -1,11 +0,0 @@
// ELEMENT: java
// CHAR: \n
import org.springframework.context.annotation.ComponentScan
import org.springframework.context.annotation.Configuration
@Configuration
@ComponentScan(basePackages = arrayOf("javava"))
open class App {
}
@@ -1,11 +0,0 @@
// ELEMENT: java
// CHAR: \t
import org.springframework.context.annotation.ComponentScan
import org.springframework.context.annotation.Configuration
@Configuration
@ComponentScan(basePackages = arrayOf("ja<caret>va"))
open class App {
}
@@ -1,11 +0,0 @@
// ELEMENT: java
// CHAR: \t
import org.springframework.context.annotation.ComponentScan
import org.springframework.context.annotation.Configuration
@Configuration
@ComponentScan(basePackages = arrayOf("java"))
open class App {
}
@@ -1,12 +0,0 @@
// NUMBER: 2
// EXIST: { lookupString:"java" }
// EXIST: { lookupString:"javax" }
import org.springframework.context.annotation.ComponentScan
import org.springframework.context.annotation.Configuration
@Configuration
@ComponentScan(basePackages = arrayOf("ja<caret>va"))
open class App {
}