From 3658f77a65b88b57fa053cfaa492437b8e4f532d Mon Sep 17 00:00:00 2001 From: Lukas Krecan Date: Wed, 30 Jan 2019 10:03:28 +0100 Subject: [PATCH] Fixup --- .../src/main/java/io/intercom/api/ConversationMessage.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intercom-java/src/main/java/io/intercom/api/ConversationMessage.java b/intercom-java/src/main/java/io/intercom/api/ConversationMessage.java index 8bf120a0..550a7d7f 100644 --- a/intercom-java/src/main/java/io/intercom/api/ConversationMessage.java +++ b/intercom-java/src/main/java/io/intercom/api/ConversationMessage.java @@ -45,7 +45,7 @@ public String getType() { /** * Returns type of the conversation message conversation (one of [push, facebook, twitter and email]) - * "type" property returns "conversation_message" all the time which is wrong but can not be changed + * "type" property returns "conversation_message" all the time which is confusing but can not be changed * without breaking backward compatibility */ public String getRealType() {