[icinga-checkins] icinga.org: icingaweb2/feature/po-file-parser-13011: CatalogParserException: Remove unused methods
git at icinga.org
git at icinga.org
Fri Nov 11 12:09:15 CET 2016
Module: icingaweb2
Branch: feature/po-file-parser-13011
Commit: 7c179e94eb9b19f6d5b0f2ff6b55f038edf24dbb
URL: https://git.icinga.org/?p=icingaweb2.git;a=commit;h=7c179e94eb9b19f6d5b0f2ff6b55f038edf24dbb
Author: Jennifer Mourek <jennifer.mourek at netways.de>
Date: Fri Nov 11 12:08:41 2016 +0100
CatalogParserException: Remove unused methods
---
.../Translation/Exceptions/CatalogParserException.php | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/modules/translation/library/Translation/Exceptions/CatalogParserException.php b/modules/translation/library/Translation/Exceptions/CatalogParserException.php
index 4e28c20..7fb4def 100644
--- a/modules/translation/library/Translation/Exceptions/CatalogParserException.php
+++ b/modules/translation/library/Translation/Exceptions/CatalogParserException.php
@@ -11,15 +11,4 @@ class CatalogParserException extends IcingaException
{
parent::__construct('An exception occurred in ' . $path . ':' . $lineNumber . ': ' . $message);
}
-
- public function getLineNumber()
- {
- //TODO
- }
-
- public function getPath()
- {
- //TODO
- }
-
}
\ No newline at end of file
More information about the icinga-checkins
mailing list