Skip to content

Commit

Permalink
Fix endpoint id
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Jan 26, 2017
1 parent 74ac585 commit b575be3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ public static class JsonMapConversionEndpoint
extends AbstractEndpoint<Map<String, Object>> {

public JsonMapConversionEndpoint() {
super("json-map-conversion");
super("json_map_conversion");
}

@Override
Expand All @@ -353,7 +353,7 @@ public static class JsonListConversionEndpoint
extends AbstractEndpoint<List<Object>> {

public JsonListConversionEndpoint() {
super("json-list-conversion");
super("json_list_conversion");
}

@Override
Expand Down

0 comments on commit b575be3

Please sign in to comment.