Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wegener committed Aug 9, 2017
1 parent 62a229e commit 9da12cf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ private Rql(List<QueryStatement> statements) {
* RQL encoding string according to https://github.com/xiag-ag/rql-parser
*
* @param input string to encode
* @param encoding encoding
* @return RQL encoded string
* @throws UnsupportedEncodingException if the named encoding is not supported
*/
public static String encode(String input, String encoding) throws UnsupportedEncodingException {
return URLEncoder.encode(input, encoding)
Expand Down

0 comments on commit 9da12cf

Please sign in to comment.