PsiImplUtil#getSwitchLabel javadoc fixed (IDEA-CR-39949)

This commit is contained in:
Tagir Valeev
2018-11-16 16:26:08 +07:00
parent f57b6ca444
commit ef607151d0

View File

@@ -636,7 +636,7 @@ public class PsiImplUtil {
* Returns enclosing label statement for given label expression
*
* @param expression switch label expression
* @return enclosing label statement or null if given expression is not a label statement
* @return enclosing label statement or null if given expression is not a label statement expression
*/
@Nullable
public static PsiSwitchLabelStatementBase getSwitchLabel(@NotNull PsiExpression expression) {