Commit 2e92e93
committed
Refactor code in 'Dispatcher' class where calling .get() followed by .toString() will throw a NPE by calling String.valueOf() which can handle NPEs
1 parent 797bb0e commit 2e92e93
File tree
1 file changed
+3
-4
lines changed- src/main/java/edu/ucsb/nceas/mdqengine/dispatch
1 file changed
+3
-4
lines changedLines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
191 | 190 | | |
192 | 191 | | |
193 | 192 | | |
| |||
0 commit comments