Skip to content

Commit

Permalink
chore: formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudroques committed Dec 11, 2023
1 parent 428381c commit a061b11
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/net/sourceforge/plantuml/PSystemBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,7 @@ final public Diagram createPSystem(List<StringLocated> source, List<StringLocate
// factories.add(new PSystemSudokuFactory());
// ::done

// ::comment when __CORE__ or __MIT__ or __EPL__ or __BSD__ or __ASL__ or
// __LGPL__
// ::comment when __CORE__ or __MIT__ or __EPL__ or __BSD__ or __ASL__ or __LGPL__
factories.add(new PSystemJcckitFactory());
factories.add(new PSystemSudokuFactory());
// ::done
Expand All @@ -249,8 +248,7 @@ final public Diagram createPSystem(List<StringLocated> source, List<StringLocate
// ::done

factories.add(new PSystemCharlieFactory());
// ::comment when __CORE__ or __MIT__ or __EPL__ or __BSD__ or __ASL__ or
// __LGPL__
// ::comment when __CORE__ or __MIT__ or __EPL__ or __BSD__ or __ASL__ or __LGPL__
factories.add(new PSystemXearthFactory());
// ::done

Expand Down

0 comments on commit a061b11

Please sign in to comment.