Skip to content

Commit 19f9977

Browse files
"Updating samples to reflect recent changes."
1 parent f372572 commit 19f9977

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/src/main/java/com/google/api/services/samples/youtube/cmdline/data/InvideoProgramming.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public static void main(String[] args) {
156156
System.out.println("\t- Invideo promotion URL: " + promotedItem
157157
.getId()
158158
.getWebsiteUrl());
159-
System.out.println("\t- Promotion message: " + promotedItem.getCustomMessage();
159+
System.out.println("\t- Promotion message: " + promotedItem.getCustomMessage());
160160

161161
// This example sets a custom watermark for the channel. The image
162162
// used is the watermark.jpg file in the "resources/" directory.

0 commit comments

Comments
 (0)