临时注释

This commit is contained in:
2021-02-19 11:20:29 +08:00
parent e738695057
commit e60b5f0f78
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
namespace JerryYan\DSL\Output; namespace JerryYan\DSL\Output;
class DiagramOutput extends OutputInterface class DiagramOutput //extends OutputInterface
{ {
} }

View File

@ -9,7 +9,7 @@
namespace JerryYan\DSL\Output; namespace JerryYan\DSL\Output;
class HTMLOutput extends OutputInterface class HTMLOutput //extends OutputInterface
{ {
} }