cleanup: remove redundant '@author' tags from javadoc comments - 19

Now we have Code Vision hints which determine the author via Git history and show it in the editor automatically, and this information is more accurate than the tags which were automatically added when files were created.

GitOrigin-RevId: b442e8499110d543d5ec05b9e07f6c0f88b61ecc
This commit is contained in:
Nikolay Chashnikov
2023-01-18 10:18:06 +01:00
committed by intellij-monorepo-bot
parent 76951943cd
commit 4a1b1e2eb2
68 changed files with 0 additions and 199 deletions

View File

@@ -17,9 +17,6 @@ package com.jetbrains.python.psi;
import org.jetbrains.annotations.Nullable;
/**
* @author Alexey.Ivanov
*/
public interface PyStarExpression extends PyExpression {
@Nullable
PyExpression getExpression();