224225226227228229230231232
if (limit instanceof ShowersLimit) showers = ((ShowersLimit) limit).getMaximumShowers(); } if (showers == 0) throw new EPQException("No ShowersLimit specified."); return showers; }