Skip to content

Commit

Permalink
Rename Icinga\Protocol\File\Reader to ...\File\FileReader
Browse files Browse the repository at this point in the history
  • Loading branch information
Al2Klimov committed Sep 4, 2014
1 parent 3a0e2b4 commit 36a3c36
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion application/controllers/ListController.php
Expand Up @@ -8,7 +8,7 @@
use Icinga\Data\ResourceFactory;
use Icinga\Logger\Logger;
use Icinga\Logger\Writer\FileWriter;
use Icinga\Protocol\File\Reader as FileReader;
use Icinga\Protocol\File\FileReader;

/**
* Class ListController
Expand Down
2 changes: 1 addition & 1 deletion library/Icinga/Data/ResourceFactory.php
Expand Up @@ -12,7 +12,7 @@
use Icinga\Protocol\Livestatus\Connection as LivestatusConnection;
use Icinga\Protocol\Statusdat\Reader as StatusdatReader;
use Icinga\Protocol\Ldap\Connection as LdapConnection;
use Icinga\Protocol\File\Reader as FileReader;
use Icinga\Protocol\File\FileReader;

/**
* Create resources from names or resource configuration
Expand Down
Expand Up @@ -13,7 +13,7 @@
/**
* Read file line by line
*/
class Reader extends FilterIterator
class FileReader extends FilterIterator
{
/**
* A PCRE string with the fields to extract from the file's lines as named subpatterns
Expand Down
2 changes: 1 addition & 1 deletion library/Icinga/Protocol/File/Query.php
Expand Up @@ -10,7 +10,7 @@
/**
* Class Query
*
* Query for Datasource Icinga\Protocol\File\Reader
* Query for Datasource Icinga\Protocol\File\FileReader
*
* @package Icinga\Protocol\File
*/
Expand Down

0 comments on commit 36a3c36

Please sign in to comment.