@@ -108,21 +108,8 @@ public static void main(String[] args) throws IOException {
108108"<code>" ,"</code>" ,"<sub>" ,"</sub>" ,"<sup>" ,"</sup>" ,"<ins>" ,
109109"</ins>" ,
110110 };
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 " ;
119111String readmeMdJavadoc =
120112"/**\n "
121- + (javaFile .getAbsolutePath ().endsWith (".java" )
122- ?javaLinks
123- :javaFile .getAbsolutePath ().endsWith (".kt" )
124- ?kotlinLinks
125- :"" )
126113 +StringUtils .replaceEach (
127114StringUtils .replaceEach (
128115PATTERN .splitAsStream (readmeMdText )