]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/compressor/class_Bzip2Compressor.php
More conventions than code added:
[shipsimu.git] / inc / classes / main / compressor / class_Bzip2Compressor.php
index 88322b60c499484237dece225877fdf5fb1eb93e..6fe5d5cbf8135cb111781439c5e875aeeab4d2e0 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -32,10 +32,10 @@ class Bzip2Compressor extends BaseFrameworkSystem implements Compressor {
                parent::__construct(__CLASS__);
 
                // Set description
-               $this->setObjectDescription("BZIP2-Kompressor");
+               $this->setObjectDescription("BZIP2 compressor");
 
                // Create an unique ID
-               $this->createUniqueID();
+               $this->generateUniqueId();
        }
 
        /**