From c7065709918cc56a39d8dca2c5e3a970b97b71f3 Mon Sep 17 00:00:00 2001 From: "Ilya.Kazakevich" Date: Fri, 7 Aug 2015 17:30:38 +0300 Subject: [PATCH] PY-3999 PY-8207 PY-7309 Class hierarchy refactored to support context --- python/psi-api/src/com/jetbrains/python/psi/PyClass.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/psi-api/src/com/jetbrains/python/psi/PyClass.java b/python/psi-api/src/com/jetbrains/python/psi/PyClass.java index 06ca602393ae..bc89a0de1ef7 100644 --- a/python/psi-api/src/com/jetbrains/python/psi/PyClass.java +++ b/python/psi-api/src/com/jetbrains/python/psi/PyClass.java @@ -222,10 +222,10 @@ public interface PyClass extends PsiNameIdentifierOwner, PyStatement, NameDefine /** * Returns the aggregated list of names defined in __slots__ attributes of the class and its ancestors. - * @param context + * @param context (will be used default if null) */ @Nullable - List getSlots(TypeEvalContext context); + List getSlots(@Nullable TypeEvalContext context); /** * Returns the list of names in the class' __slots__ attribute, or null if the class