openbmap / radiocells-scanner-android

WLAN and cell tower scanner for Radiocells.org
https://www.radiocells.org
Other
55 stars 26 forks source link

Make use of List instead ArrayList in method def #160

Closed agilob closed 8 years ago

agilob commented 8 years ago

The important change, that actually changes behaviour is in MapViewAcitity where null check is BEFORE field is used - I got NPE there twice.

All other changes are formatting tab->4spaces or ArrayList->List, which makes methods more generic.

wish7code commented 8 years ago

Thanks @agilob !