Cleanup whitespace.
This commit is contained in:
@@ -27,7 +27,7 @@ public abstract class Connection {
|
||||
public static int PRESENTATION_UNKNOWN = 3; // no specified or unknown by network
|
||||
public static int PRESENTATION_PAYPHONE = 4; // show pay phone info
|
||||
|
||||
|
||||
|
||||
public enum DisconnectCause {
|
||||
NOT_DISCONNECTED, /* has not yet disconnected */
|
||||
INCOMING_MISSED, /* an incoming call that was missed and never answered */
|
||||
@@ -231,7 +231,7 @@ public abstract class Connection {
|
||||
COMPLETE, /* The post dial string playback is complete */
|
||||
CANCELLED, /* The post dial string playback was cancelled
|
||||
with cancelPostDial() */
|
||||
PAUSE /* The post dial string playback is pausing for a
|
||||
PAUSE /* The post dial string playback is pausing for a
|
||||
call to processNextPostDialChar*/
|
||||
}
|
||||
|
||||
@@ -260,8 +260,8 @@ public abstract class Connection {
|
||||
/**
|
||||
* Cancel any post
|
||||
*/
|
||||
public abstract void cancelPostDial();
|
||||
|
||||
public abstract void cancelPostDial();
|
||||
|
||||
/**
|
||||
* Returns the caller id presentation type for incoming and waiting calls
|
||||
* @return one of PRESENTATION_*
|
||||
|
||||
Reference in New Issue
Block a user