You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Henry Saputra (JIRA)" <ji...@apache.org> on 2010/04/09 17:11:51 UTC

[jira] Commented: (SHINDIG-1315) Set UriBuilder.joinParameters to become public static method to make it resuable from classes in other packages

    [ https://issues.apache.org/jira/browse/SHINDIG-1315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12855428#action_12855428 ] 

Henry Saputra commented on SHINDIG-1315:
----------------------------------------

Added code review entry for easy diff:    http://codereview.appspot.com/862044

> Set UriBuilder.joinParameters to become public static method to make it resuable from classes in other packages
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: SHINDIG-1315
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1315
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Java
>    Affects Versions: 1.1-BETA5
>         Environment: mac
>            Reporter: Henry Saputra
>            Priority: Trivial
>         Attachments: SHINDIG-1315.patch
>
>
> Currently the method  UriBuilder.joinParameters has package private static visibility. Setting it to public for easy reuse.
> Before:
> static String joinParameters(Map<String, List<String>> query) {
> After:
> public static String joinParameters(Map<String, List<String>> query) {
> then it could be used with UriBuilder.splitParameters as utility methods to encode/decode query parameters.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.