public static returnTrue(boolean b){ if (b){ return true; } else { return true; } }
When you want your function always returns the correct value