Commit 002fc2d
committed
Align OutputConfigurationQuery/Configuration for sourceTypeId
In the OutputConfigurationQuery the configuration source type id was
called typeId and it creates a Configuration object where the same field
is called sourceTypeId for the same field. When serializing the
Configuration in the derived DataProviderDescriptor over TSP the field
is called sourceTypeId and this is not consistent. The returned
Configuration should have the exact field names that are used when
creating the data provider and the respective configuration.
The Configuration is already API while OutputConfigurationQuery is not,
and it's better to change the name there.
Signed-off-by: Bernd Hufmann <[email protected]>1 parent 598a749 commit 002fc2d
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
0 commit comments