Skip to content

Commit 2921d6e

Browse files
committed
removing erroneous extra text
1 parent b7a257e commit 2921d6e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/opentok/util/HttpClient.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -614,8 +614,7 @@ public String setBroadcastLayout(String broadcastId, BroadcastProperties propert
614614
String stylesheet = properties.layout().getStylesheet();
615615
String screenshareLayout = null;
616616
if(StringUtils.isEmpty(type)) {
617-
throw new RequestException("Could not set the layout. Either an invalid JSON or an invalid layout " +
618-
"99options.");
617+
throw new RequestException("Could not set the layout. Either an invalid JSON or an invalid layout options.");
619618
}
620619
if ((type.equals(BroadcastLayout.Type.CUSTOM.toString()) && StringUtils.isEmpty(stylesheet)) ||
621620
(!type.equals(BroadcastLayout.Type.CUSTOM.toString()) && !StringUtils.isEmpty(stylesheet))) {

0 commit comments

Comments
 (0)