Skip to content

Commit 7f6742e

Browse files
authored
Merge pull request #213 from intercom/timlim/fix-company-session-count
Fixes #202: Remove deprecated method which prevents reading session count
2 parents 7090a8a + a116435 commit 7f6742e

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)