Skip to content

Commit

Permalink
Restores query separator period in JSONUtils.
Browse files Browse the repository at this point in the history
  • Loading branch information
roundhill committed Jul 1, 2014
1 parent fddb5a0 commit c9e6b52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import java.util.ArrayList;

public class JSONUtil {
private static String QUERY_SEPERATOR= "";
private static String QUERY_SEPERATOR=".";
private static String QUERY_ARRAY_INDEX_START="[";
private static String QUERY_ARRAY_INDEX_END="]";
private static String QUERY_ARRAY_FIRST="first";
Expand Down

0 comments on commit c9e6b52

Please sign in to comment.