replace invalid javadoc tag "@author:"

GitOrigin-RevId: f5835f60a7dc5e3b5c7cf1433350891e61d84b0b
This commit is contained in:
Alexey Kudravtsev
2022-05-09 18:43:21 +02:00
committed by intellij-monorepo-bot
parent c38496130a
commit 2340e499ad
92 changed files with 92 additions and 92 deletions

View File

@@ -18,7 +18,7 @@ package com.jetbrains.python.psi;
import org.jetbrains.annotations.Nullable;
/**
* @author: Alexey.Ivanov
* @author Alexey.Ivanov
*/
public interface PyStarExpression extends PyExpression {
@Nullable