Skip to content

Commit dd2b235

Browse files
author
Timothy Lim
committed
Remove deprecated method which prevents proper parsing
1 parent aa59748 commit dd2b235

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

intercom-java/src/main/java/io/intercom/api/Company.java

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -253,19 +253,6 @@ public int getSessionCount() {
253253
return sessionCount;
254254
}
255255

256-
/**
257-
* Deprecated. The Intercom API does not support changing the
258-
* session value for a company. Calling this method has no
259-
* effect.
260-
*
261-
* @param sessionCount this value is ignored
262-
* @return the company object
263-
*/
264-
@Deprecated
265-
public Company setSessionCount(int sessionCount) {
266-
return this;
267-
}
268-
269256
public long getRemoteCreatedAt() {
270257
return remoteCreatedAt;
271258
}

0 commit comments

Comments
 (0)