Your indentation is misleading. Your outer if and else/if statements are missing curly brackets. Your code is actually doing this:


if (store.equalsIgnoreCase("callaghan"))
if...