Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
Import Process
Text File Validation
Commits
9740232b
Commit
9740232b
authored
Apr 08, 2020
by
Jonas Waeber
Browse files
Refactor SettingsLoader
Set variable private because it is possible...
parent
a556da41
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/kotlin/SettingsLoader.kt
View file @
9740232b
...
@@ -54,7 +54,7 @@ class SettingsLoader {
...
@@ -54,7 +54,7 @@ class SettingsLoader {
val
appSettings
=
Properties
()
val
appSettings
=
Properties
()
val
sftpSettings
=
Properties
()
val
sftpSettings
=
Properties
()
val
kafkaProducerProperties
=
Properties
()
val
kafkaProducerProperties
=
Properties
()
val
mappedYaml
:
Map
<
String
,
Any
>
private
val
mappedYaml
:
Map
<
String
,
Any
>
init
{
init
{
try
{
try
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment