mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 08:51:02 +07:00
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:
committed by
intellij-monorepo-bot
parent
76951943cd
commit
4a1b1e2eb2
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user