]> git.mxchange.org Git - core.git/commitdiff
Added Registerable interface as the FileStackFactory is using it.
authorRoland Haeder <roland@mxchange.org>
Mon, 19 May 2014 17:52:20 +0000 (19:52 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 19 May 2014 17:59:45 +0000 (19:59 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/main/file_directories/io/class_FrameworkFileInputOutputPointer.php

index f76e3ace3a81edd320aeb2c11b45a0e262fd7a29..5d23c7bf25bce648c9904f4bb88e7ef0834a2a03 100644 (file)
@@ -85,7 +85,7 @@ class FrameworkFileInputOutputPointer extends BaseFileIo implements InputOutputP
         *                                                                      is not set by setPointer()
         * @throws      InvalidResourceException        If there is being set
         */
-       private function validateFileHeader () {
+       private function validateFilePointer () {
                if (is_null($this->getPointer())) {
                        // Pointer not initialized
                        throw new NullPointerException($this, self::EXCEPTION_IS_NULL_POINTER);