]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/file_directories/binary/index/class_IndexFile.php
Continued:
[core.git] / inc / main / classes / file_directories / binary / index / class_IndexFile.php
index 8fd85d3dc21351bf755439e46a59d80f2c5d8fa1..40d8f8e10ffed5b86ba1d1f83f3d771356540dc5 100644 (file)
@@ -1,10 +1,13 @@
 <?php
+// Own namespace
+namespace CoreFramework\Filesystem\Index;
+
 /**
  * An index file class
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -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]
-?>
+}