Commit 6d120bf
authored
Fix: Revert class field changes and correct type mismatch in ReversedDequeTest
- Reverted ProcessManager.unfinishedProcessesCache from ConcurrentHashMap to ConcurrentMap (class field should use interface type)
- Reverted MBeanInfoBuilder fields from LinkedList to List (class fields should use interface types)
- Corrected ReversedDequeTest.newInstance() return variable from LinkedList to Deque (the 'of()' method returns ReversedDeque, not LinkedList)"1 parent 74952b7 commit 6d120bf
3 files changed
Lines changed: 6 additions & 6 deletions
File tree
- microsphere-java-core/src
- main/java/io/microsphere
- management/builder
- process
- test/java/io/microsphere/collection
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments