mirror of
https://github.com/jwdeveloper/TikTokLiveJava.git
synced 2026-02-27 16:59:39 -05:00
- clean up code
- rename module Example to examples
This commit is contained in:
@@ -41,7 +41,6 @@ public class EventsInfoGenerator {
|
||||
System.out.println(res);
|
||||
}
|
||||
|
||||
|
||||
public String run() {
|
||||
var events = getEventsDtos();
|
||||
var builder = new StringBuilder();
|
||||
|
||||
@@ -27,7 +27,6 @@ public class ReadmeGenerator {
|
||||
public static void main(String[] args) {
|
||||
var generator = new ReadmeGenerator();
|
||||
generator.generate();
|
||||
|
||||
}
|
||||
|
||||
public void generate() {
|
||||
|
||||
Reference in New Issue
Block a user