fix: Fixed some typos (#3153)

Signed-off-by: depthlending <bikangning@outlook.com>
This commit is contained in:
BiKangNing
2025-01-07 01:39:54 +08:00
committed by GitHub
parent 60e21294d3
commit afcd964e7b
2 changed files with 2 additions and 2 deletions
@@ -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) {