mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-20 22:26:54 +01:00
make method private
This commit is contained in:
parent
ea189c5717
commit
d4930e157b
1 changed files with 3 additions and 3 deletions
|
@ -237,9 +237,9 @@ public class ConnStatusHandler {
|
|||
updateStatusImpl( context, cbacks, connType, success, false );
|
||||
}
|
||||
|
||||
public static void updateStatusImpl( Context context, ConnStatusCBacks cbacks,
|
||||
CommsConnType connType, boolean success,
|
||||
boolean isIn )
|
||||
private static void updateStatusImpl( Context context, ConnStatusCBacks cbacks,
|
||||
CommsConnType connType, boolean success,
|
||||
boolean isIn )
|
||||
{
|
||||
if ( null == cbacks ) {
|
||||
cbacks = s_cbacks;
|
||||
|
|
Loading…
Reference in a new issue