mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
XorNullity: cosmetic
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user