perwendel / spark

A simple expressive web framework for java. Spark has a kotlin DSL https://github.com/perwendel/spark-kotlin
Apache License 2.0
9.63k stars 1.56k forks source link

add javadoc to a method in src/main/java/spark/utils/urldecoding/UrlDecode.java #1188

Open 129124 opened 3 years ago

129124 commented 3 years ago

Hi there, when I was reading the code of the function "public static String path(String path, int offset, int length) " in src/main/java/spark/utils/urldecoding/UrlDecode.java, I found it has no Javadoc. I would like to contribute by adding “convert a path to a string.@param path to path to be watched.". Can you please check if this is correct? Thanks.