package factory; /** * Copyright (c) 2021, ustchcs and its affiliates. All rights reserved. More info see www.ustchcs.com * * @author cch * @package Thymeleaf1 com.example.demo.design.factory * @node */ public class BMW840 extends BMW { @Override public void run() { System.out.println("840 running"); } }