File tree 2 files changed +2
-2
lines changed
sharding/src/main/java/com/iluwatar/sharding
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:
180
180
* There is a requirement for high testability and maintainability.
181
181
* The application should remain unaffected by changes in external interfaces.
182
182
183
- ## Real-World Applications of Hexagonal Architecure Pattern in Java
183
+ ## Real-World Applications of Hexagonal Architecture Pattern in Java
184
184
185
185
* Implemented extensively within enterprise applications that leverage frameworks like Spring.
186
186
* 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 {
43
43
/**
44
44
* Constructor of Data class.
45
45
* @param key data key
46
- * @param value data vlue
46
+ * @param value data value
47
47
* @param type data type
48
48
*/
49
49
public Data (final int key , final String value , final DataType type ) {
You can’t perform that action at this time.
0 commit comments