XorNullity: cosmetic

This commit is contained in:
Tagir Valeev
2018-01-03 18:29:17 +07:00
parent aad182bef4
commit b98a9ccc6b
@@ -2,7 +2,7 @@ import org.jetbrains.annotations.Contract;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
// IDEABKL7233
// IDEABKL-7233
public class XorNullity {
void test(CreateForm createForm) {
if(createForm.getOpenIdIdentity() == null ^ createForm.getOpenIdProvider() == null) {