File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
sharding/src/main/java/com/iluwatar/sharding Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ Hexagonal Architecture is particularly beneficial in scenarios:
180180* There is a requirement for high testability and maintainability.
181181* The application should remain unaffected by changes in external interfaces.
182182
183- ## Real-World Applications of Hexagonal Architecure Pattern in Java
183+ ## Real-World Applications of Hexagonal Architecture Pattern in Java
184184
185185* Implemented extensively within enterprise applications that leverage frameworks like Spring.
186186* Used in microservices architectures to maintain clear boundaries and protocols between services.
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public class Data {
4343 /**
4444 * Constructor of Data class.
4545 * @param key data key
46- * @param value data vlue
46+ * @param value data value
4747 * @param type data type
4848 */
4949 public Data (final int key , final String value , final DataType type ) {
You can’t perform that action at this time.
0 commit comments