Skip to content

Commit

Permalink
Reverting to v1 on RecommendationVerticle.java
Browse files Browse the repository at this point in the history
  • Loading branch information
yanaga committed Mar 25, 2019
1 parent f44d99a commit 8854593
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@

public class RecommendationVerticle extends AbstractVerticle {

private static final String RESPONSE_STRING_FORMAT = "recommendation v2 from '%s': %d\n";
private static final String RESPONSE_STRING_FORMAT = "recommendation v1 from '%s': %d\n";

private static final String HTTP_NOW = "now.httpbin.org";

private static final String HOSTNAME = parseContainerIdFromHostname(
Expand Down

0 comments on commit 8854593

Please sign in to comment.