Skip to content

Commit 5227205

Browse files
committed
chore: build fix
Signed-off-by: nitish <[email protected]>
1 parent 0dab3d2 commit 5227205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/examples/src/main/java/com/ibm/cloud/eventnotifications/event_notifications/v1/EventNotificationsExamples.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1488,7 +1488,7 @@ public static void main(String[] args) throws Exception {
14881488

14891489
Response<TemplateResponse> eventStreamsTemplatenotificationResponse = eventNotificationsService.createTemplate(createEventStreamsTemplateNotificationOptions).execute();
14901490
TemplateResponse eventStreamsTemplateResult = eventStreamsTemplatenotificationResponse .getResult();
1491-
eventStreamsTemplateID= eventStreamsTemplateResult.getId();
1491+
eventStreamsTemplateID = eventStreamsTemplateResult.getId();
14921492
// end-create_template
14931493
} catch (ServiceResponseException e) {
14941494
logger.error(String.format("Service returned status code %s: %s%nError details: %s",

0 commit comments

Comments
 (0)