Commit e5ea8bf8 authored by garciay's avatar garciay
Browse files

Bug fixed after Elvior rebuild

parent cb04d71c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -432,7 +432,7 @@ module LibItsFsap_Templates {
                template (present) CTX mw_ctx_NonipContext( 
                template (present) CTX mw_ctx_NonipContext( 
                    in template (present) NonipContext p_servContext 
                    in template (present) NonipContext p_servContext 
                ) modifies mw_ctx_any := { 
                ) modifies mw_ctx_any := { 
                    servContextList := p_servContext // FIXME To be reviewed during validation superset(p_servContext) 
                    servContextList := ? // FIXME To be reviewed during validation superset(p_servContext) 
                } // End of template mw_ctx_NonipContext
                } // End of template mw_ctx_NonipContext
                
                
                /**
                /**