mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
PsiImplUtil#getSwitchLabel javadoc fixed (IDEA-CR-39949)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user