]> git.mxchange.org Git - mailer.git/blobdiff - inc/classes/main/filter/class_AbstractFilterDecorator.php
Code syncronized with shipsimu code base
[mailer.git] / inc / classes / main / filter / class_AbstractFilterDecorator.php
index a9a1d4a66a46fde57ac4c377c705d5e1ddf7ccf8..e11b970ddefc54f63223fef505f8ee259f827d92 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
  *
@@ -28,7 +28,7 @@ abstract class AbstractFilterDecorator extends BaseFrameworkSystem implements Fi
        private $filterInstance = null;
 
        /**
-        * Private constructor
+        * Protected constructor
         *
         * @param       $className      Name of the real class' name
         * @return      void