Remove empty and irrelevant javadoc tags

GitOrigin-RevId: dcbbb8cff7ef267525129c464769f761d92c2120
This commit is contained in:
Tagir Valeev
2022-08-09 09:58:59 +02:00
committed by intellij-monorepo-bot
parent b1cabf3ae6
commit 9038e3f77b
290 changed files with 5 additions and 527 deletions

View File

@@ -36,7 +36,6 @@ public final class XmlTagUtil {
/**
* if text contains XML-sensitive characters (<,>), quote text with ![CDATA[ ... ]]
*
* @param text
* @return quoted text
*/
public static String getCDATAQuote(String text) {