Skip to content

Commit

Permalink
delete blank end
Browse files Browse the repository at this point in the history
  • Loading branch information
granewang committed Feb 2, 2024
1 parent cc58401 commit 9035b9e
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,9 @@ public class ConfBlock extends HtmlBlock {
}

/**
* To URLDecode the string value for URLEncoded data
*
* To URLDecode the string value for URLEncoded data.
* @param value string data to be decoded
* @return value data after decoded
* @return value data after decoded
* @throws UnsupportedEncodingException if empty string or unsupported enc parameter.
*/
private String urlDecode(String value){
Expand Down

0 comments on commit 9035b9e

Please sign in to comment.