API Cleanup - rename IConferenceable to Conferenceable.

Bug: 20165255
Change-Id: If4cb323749b6ef9e8657506434d760d07c34167f
This commit is contained in:
Tyler Gunn
2015-04-20 09:13:01 -07:00
parent 56d16568c0
commit df2cbc8989
7 changed files with 59 additions and 31 deletions

View File

@@ -29,7 +29,7 @@ import java.util.concurrent.CopyOnWriteArraySet;
/**
* Represents a conference call which can contain any number of {@link Connection} objects.
*/
public abstract class Conference implements IConferenceable {
public abstract class Conference implements Conferenceable {
/**
* Used to indicate that the conference connection time is not specified. If not specified,