Skip to content

Commit 058061d

Browse files
Undo annotation
1 parent fd90c7a commit 058061d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/util/YamlPropertySourceFactory.kt

-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@
33
package uk.gov.justice.digital.hmpps.hmppsintegrationapi.util
44

55
import org.springframework.beans.factory.config.YamlPropertiesFactoryBean
6-
import org.springframework.context.annotation.Configuration
76
import org.springframework.core.env.PropertiesPropertySource
87
import org.springframework.core.env.PropertySource
98
import org.springframework.core.io.support.EncodedResource
109
import org.springframework.core.io.support.PropertySourceFactory
1110
import java.io.IOException
1211
import java.util.*
1312

14-
@Configuration
1513
class YamlPropertySourceFactory : PropertySourceFactory {
1614
override fun createPropertySource(
1715
name: String?,

0 commit comments

Comments
 (0)