Commit 4af92b25376e7cf5e4bebe7ec5a0c3b0e03c4f1d
Committed by
Andrew Shvayka
1 parent
4b136475
- Default originator type is reverted.
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -31,7 +31,7 @@ public class TbOriginatorTypeFilterNodeConfiguration implements NodeConfiguratio |
31 | 31 | public TbOriginatorTypeFilterNodeConfiguration defaultConfiguration() { |
32 | 32 | TbOriginatorTypeFilterNodeConfiguration configuration = new TbOriginatorTypeFilterNodeConfiguration(); |
33 | 33 | configuration.setOriginatorTypes(Arrays.asList( |
34 | - EntityType.ALARM | |
34 | + EntityType.DEVICE | |
35 | 35 | )); |
36 | 36 | return configuration; |
37 | 37 | } | ... | ... |