Skip to content

Commit

Permalink
Fixing Javadoc code for layeredArchitecture()
Browse files Browse the repository at this point in the history
The existing Javadoc example code is broken in version 1.0.0. Fixing it.

Signed-off-by: Thunderforge <wjherrmann@gmail.com>
  • Loading branch information
Thunderforge committed Oct 6, 2022
1 parent f5c1f05 commit a738c54
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ private Architectures() {
* <br><br>
* A layered architecture can for example be defined like this:
* <pre><code>layeredArchitecture()
* .consideringAllDependencies()
* .layer("UI").definedBy("my.application.ui..")
* .layer("Business Logic").definedBy("my.application.domain..")
* .layer("Persistence").definedBy("my.application.persistence..")
Expand Down

0 comments on commit a738c54

Please sign in to comment.