This repository was archived by the owner on Oct 24, 2025. It is now read-only.
Commit f862ad3
committed
double cast to prevent conversion issue from scala's Int to java's Integer resulting in an incompatible types error
1 parent 63b0074 commit f862ad3
File tree
1 file changed
+4
-4
lines changed- core/src/main/java/com/softwaremill/session/javadsl
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments