Oops forgot semi-colon.

This commit is contained in:
filmaj 2010-02-23 11:42:41 -08:00
parent 02c750134c
commit 32e8ecc772

View File

@ -36,7 +36,7 @@ public class NetworkManager {
if (info!=null)
{
info.getTypeName();
return type.equals("WIFI")
return type.equals("WIFI");
}
return false;
}