Commit e5dbae6d authored by berge's avatar berge
Browse files

DENM: Fixed some issues spotted by T3Q

parent 73b0a9c5
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -142,7 +142,6 @@ module LibItsDenm_Templates {
        
        template DecentralizedSituationManagement mw_denmMgmtCon_IsNeg(
            template (present) DataVersion p_dataVersion,  
            template (value) StationID p_stationId,
            template (present) DecentralizedSituationManagement.isNegation p_isNeg
            ) modifies mw_denmMgmtCon := {
            isNegation := p_isNeg
@@ -150,7 +149,6 @@ module LibItsDenm_Templates {
        
        template DecentralizedSituationManagement mw_denmMgmtConWithExpiryTime(
            template (present) DataVersion p_dataVersion,  
            template (value) StationID p_stationId,
            template (present) DecentralizedSituationManagement.expiryTime p_expiryTime        
        	) modifies mw_denmMgmtCon := {
            expiryTime := p_expiryTime