Skip to content

Commit 8854593

Browse files
committed
Reverting to v1 on RecommendationVerticle.java
1 parent f44d99a commit 8854593

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

recommendation/java/vertx/src/main/java/com/redhat/developer/demos/recommendation/RecommendationVerticle.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515

1616
public class RecommendationVerticle extends AbstractVerticle {
1717

18-
private static final String RESPONSE_STRING_FORMAT = "recommendation v2 from '%s': %d\n";
18+
private static final String RESPONSE_STRING_FORMAT = "recommendation v1 from '%s': %d\n";
19+
1920
private static final String HTTP_NOW = "now.httpbin.org";
2021

2122
private static final String HOSTNAME = parseContainerIdFromHostname(

0 commit comments

Comments
 (0)