]> git.mxchange.org Git - hub.git/commitdiff
Producers should always extend BaseProducer
authorRoland Häder <roland@mxchange.org>
Mon, 21 Mar 2011 22:46:23 +0000 (22:46 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 21 Mar 2011 22:46:23 +0000 (22:46 +0000)
application/hub/main/producer/class_
application/hub/main/producer/cruncher/work_units/class_CruncherTestUnitProducer.php

index 9f8f15d708d5761a290ada4347cf57b1c4552ff7..257187f8ec3a853dcd42319d57caf930332d1327 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
-class ???Producer extends BaseFrameworkSystem implements Producer, Registerable {
+class ???Producer extends BaseProducer implements Producer, Registerable {
        /**
         * Protected constructor
         *
index 3b16468c0d6506c6bbabbdaec77c12fd12e3f7ea..7683868322131e8152d8b2b5961b474e94edd0a1 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
-class CruncherTestUnitProducer extends BaseFrameworkSystem implements UnitProducer, Registerable {
+class CruncherTestUnitProducer extends BaseProducer implements UnitProducer, Registerable {
        /**
         * Protected constructor
         *