Steven Jacobs has submitted this change and it was merged.

Change subject: Fix formatting of broker notification
......................................................................


Fix formatting of broker notification

Change-Id: I6f73b64d56d06a8ea3f785d465d4e0cda027dfb2
---
M 
asterix-bad/src/main/java/org/apache/asterix/bad/runtime/NotifyBrokerRuntime.java
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins: Verified
  Xikui Wang: Looks good to me, approved



diff --git 
a/asterix-bad/src/main/java/org/apache/asterix/bad/runtime/NotifyBrokerRuntime.java
 
b/asterix-bad/src/main/java/org/apache/asterix/bad/runtime/NotifyBrokerRuntime.java
index 9a492d3..9da9e03 100644
--- 
a/asterix-bad/src/main/java/org/apache/asterix/bad/runtime/NotifyBrokerRuntime.java
+++ 
b/asterix-bad/src/main/java/org/apache/asterix/bad/runtime/NotifyBrokerRuntime.java
@@ -114,7 +114,7 @@
     }
 
     public String createData(String endpoint) {
-        String resultTitle = "\"subscriptionIds";
+        String resultTitle = "\"subscriptionIds\"";
         if (push) {
             resultTitle = "\"results\"";
         }

-- 
To view, visit https://asterix-gerrit.ics.uci.edu/2900
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I6f73b64d56d06a8ea3f785d465d4e0cda027dfb2
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb-bad
Gerrit-Branch: master
Gerrit-Owner: Steven Jacobs <[email protected]>
Gerrit-Reviewer: Jenkins <[email protected]>
Gerrit-Reviewer: Steven Jacobs <[email protected]>
Gerrit-Reviewer: Xikui Wang <[email protected]>

Reply via email to