mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
Cleanup (formatting)
This commit is contained in:
@@ -286,8 +286,7 @@ public class GenericsUtil {
|
||||
}
|
||||
|
||||
public static boolean isFromExternalTypeLanguage(@NotNull PsiType type) {
|
||||
String internalCanonicalText = type.getInternalCanonicalText();
|
||||
return internalCanonicalText != null && internalCanonicalText.equals(type.getCanonicalText());
|
||||
return type.getInternalCanonicalText().equals(type.getCanonicalText());
|
||||
}
|
||||
|
||||
@Contract("null -> null")
|
||||
|
||||
Reference in New Issue
Block a user