API Cleanup - rename IConferenceable to Conferenceable.
Bug: 20165255 Change-Id: If4cb323749b6ef9e8657506434d760d07c34167f
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user