This repository was archived by the owner on May 8, 2024. It is now read-only.
Commit 51aeddb
authored
fix: remove business logic from object to a private function, because the result from a object was not been updated (it was a constant - JVM static) (#17)
Signed-off-by: Matheus Ferreira <matheus.ferreira@zup.com.br>
Signed-off-by: Matheus Ferreira <matheus.ferreira@zup.com.br>1 parent 003adc2 commit 51aeddb
File tree
2 files changed
+14
-6
lines changed- src/main/kotlin/com/stackspot
- constants
- model
2 files changed
+14
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | 41 | | |
47 | 42 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
25 | | - | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
38 | 51 | | |
0 commit comments