openGemini / opengemini-client-java

CNCF openGemini Java Client Library
https://opengemini.org/
Apache License 2.0
23 stars 15 forks source link

It's better to comment with unit. #78

Closed caimo closed 1 month ago

caimo commented 1 month ago

https://github.com/openGemini/opengemini-client-java/blob/195565b11a072c295f608a6d580fa989f554bcb7/opengemini-client-api/src/main/java/io/opengemini/client/api/BaseConfiguration.java#L28

配置中,时间一般需要把单位注释上,会更利于使用 例如秒s,分钟m等

zhiheng123 commented 1 month ago

The unit has been indicated in the parameters used by the Duration class, which has achieved self-annotation

caimo commented 1 month ago

ok