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

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: 30586ed1915e3b35394ff3ee6251607c64bbabdd
This commit is contained in:
Nikolay Chashnikov
2023-01-17 18:58:00 +01:00
committed by intellij-monorepo-bot
parent 98b622aa27
commit 4899a5a210
167 changed files with 0 additions and 434 deletions

View File

@@ -19,7 +19,6 @@ import java.util.regex.Pattern;
/**
* @author Alexei Orischenko
* @author vlan
*/
public final class PythonStringUtil {