Added Registerable interface as the FileStackFactory is using it.
[core.git] / 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);