mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-31 19:57:06 +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 );
|
updateStatusImpl( context, cbacks, connType, success, false );
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void updateStatusImpl( Context context, ConnStatusCBacks cbacks,
|
private static void updateStatusImpl( Context context, ConnStatusCBacks cbacks,
|
||||||
CommsConnType connType, boolean success,
|
CommsConnType connType, boolean success,
|
||||||
boolean isIn )
|
boolean isIn )
|
||||||
{
|
{
|
||||||
if ( null == cbacks ) {
|
if ( null == cbacks ) {
|
||||||
cbacks = s_cbacks;
|
cbacks = s_cbacks;
|
||||||
|
|
Loading…
Add table
Reference in a new issue