mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-18 17:26:44 +00:00
fix: Fixed some typos (#3153)
Signed-off-by: depthlending <bikangning@outlook.com>
This commit is contained in:
@@ -43,7 +43,7 @@ public class Data {
|
||||
/**
|
||||
* Constructor of Data class.
|
||||
* @param key data key
|
||||
* @param value data vlue
|
||||
* @param value data value
|
||||
* @param type data type
|
||||
*/
|
||||
public Data(final int key, final String value, final DataType type) {
|
||||
|
||||
Reference in New Issue
Block a user