monitoring: Fix query class names not matching the file name

This commit is contained in:
Eric Lippmann 2015-08-19 11:46:00 +02:00
parent 7abc5778ea
commit 9ea3f73e83
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ use Icinga\Data\Filter\Filter;
/** /**
* Query for event history records * Query for event history records
*/ */
class EventHistoryQuery extends IdoQuery class EventhistoryQuery extends IdoQuery
{ {
/** /**
* {@inheritdoc} * {@inheritdoc}

View File

@ -8,7 +8,7 @@ use Zend_Db_Select;
/** /**
* Query for host and service group summaries * Query for host and service group summaries
*/ */
class GroupSummaryQuery extends IdoQuery class GroupsummaryQuery extends IdoQuery
{ {
/** /**
* {@inheritdoc} * {@inheritdoc}

View File

@ -10,7 +10,7 @@ use Icinga\Data\Filter\Filter;
/** /**
* Query for host and service status summary * Query for host and service status summary
*/ */
class StatusSummaryQuery extends IdoQuery class StatussummaryQuery extends IdoQuery
{ {
/** /**
* {@inheritdoc} * {@inheritdoc}