refactor: rename layers

This commit is contained in:
Ilkka Seppälä
2024-05-26 11:13:13 +03:00
parent 88101fc4eb
commit e12085f158
29 changed files with 2 additions and 2 deletions

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 95 KiB

@@ -34,7 +34,7 @@
<artifactId>java-design-patterns</artifactId>
<version>1.26.0-SNAPSHOT</version>
</parent>
<artifactId>layers</artifactId>
<artifactId>layered-architecture</artifactId>
<name>layers</name>
<description>layers</description>
+1 -1
View File
@@ -119,7 +119,7 @@
<module>step-builder</module>
<module>business-delegate</module>
<module>half-sync-half-async</module>
<module>layers</module>
<module>layered-architecture</module>
<module>fluent-interface</module>
<module>reactor</module>
<module>caching</module>