1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-11 20:15:03 -05:00
This commit is contained in:
Jesse Vincent 2010-05-12 02:51:59 +00:00
parent 1bf1643987
commit ba021597c4
16 changed files with 74 additions and 73 deletions

View File

@ -18,7 +18,8 @@ public class SpinnerHelper
public static void initSpinner(Context context, Spinner spinner, String[] entryArray, String[] valueArray, String curVal)
{
if (entryArray.length != valueArray.length){
if (entryArray.length != valueArray.length)
{
throw new RuntimeException("Entry and value arrays are of unequal lenght");
}