Fix validation for Notification objects.

Fixes #5945
This commit is contained in:
Gunnar Beutner 2014-04-05 16:26:18 +02:00
parent 1a2241cb53
commit 4ffcd4f403
1 changed files with 0 additions and 2 deletions

View File

@ -83,8 +83,6 @@
%type Notification { %type Notification {
%require "host_name", %require "host_name",
%attribute %name(Host) "host_name", %attribute %name(Host) "host_name",
%require "service_name",
%attribute %string "service_name", %attribute %string "service_name",
%attribute %array "users" { %attribute %array "users" {