Continued:
[core.git] / inc / main / classes / file_directories / binary / index / class_IndexFile.php
index 32bac87ca634f471e34f8d819ac1c34b285b412c..40d8f8e10ffed5b86ba1d1f83f3d771356540dc5 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Filesystem\Index;
+
 /**
  * An index file class
  *
@@ -79,7 +82,5 @@ class IndexFile extends BaseBinaryFile implements Block {
                self::createDebugInstance(__CLASS__)->debugOutput('[' . __METHOD__ . ':' . __LINE__ . '] groupId=' . $groupId . ',encoded()=' . strlen($encoded));
                throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION);
        }
-}
 
-// [EOF]
-?>
+}