/**
  * RuleJ54_1_2 constructor.
  * @param \Nonogram\Cell\Factory $cellFactory
  */
 public function __construct(\Nonogram\Cell\Factory $cellFactory)
 {
     parent::__construct($cellFactory);
 }