@@ -108,21 +108,8 @@ public static void main(String[] args) throws IOException {
108
108
"<code>" ,"</code>" ,"<sub>" ,"</sub>" ,"<sup>" ,"</sup>" ,"<ins>" ,
109
109
"</ins>" ,
110
110
};
111
- String javaLinks =
112
- " * [](https://github.com/javadev/LeetCode-in-Java)\n "
113
- +" * [](https://github.com/javadev/LeetCode-in-Java/fork)\n "
114
- +" *\n " ;
115
- String kotlinLinks =
116
- " * [](https://github.com/javadev/LeetCode-in-Kotlin)\n "
117
- +" * [](https://github.com/javadev/LeetCode-in-Kotlin/fork)\n "
118
- +" *\n " ;
119
111
String readmeMdJavadoc =
120
112
"/**\n "
121
- + (javaFile .getAbsolutePath ().endsWith (".java" )
122
- ?javaLinks
123
- :javaFile .getAbsolutePath ().endsWith (".kt" )
124
- ?kotlinLinks
125
- :"" )
126
113
+StringUtils .replaceEach (
127
114
StringUtils .replaceEach (
128
115
PATTERN .splitAsStream (readmeMdText )