Commit 1472533
Fix type mismatch in ObjectMissingException constructor call
Cast requestJsonAttributes to PElement as required by ObjectMissingException
constructor. All PObject implementations extend PAbstractObject which extends
PElement, so the cast is safe.
Co-authored-by: sbrunner <353872+sbrunner@users.noreply.github.com>1 parent 18d4308 commit 1472533
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
448 | 448 | | |
449 | 449 | | |
450 | 450 | | |
451 | | - | |
| 451 | + | |
452 | 452 | | |
453 | 453 | | |
454 | 454 | | |
| |||
0 commit comments