mirror of
https://github.com/foss42/apidash.git
synced 2025-12-09 14:40:20 +08:00
added template to import necessary Java files
This commit is contained in:
@@ -10,4 +10,10 @@ class JavaUnirestGen {
|
||||
import kong.unirest.core.*;\n
|
||||
''';
|
||||
|
||||
final String kTemplateFileIoImports = '''
|
||||
import java.io.File;
|
||||
import java.io.FileInputStream;
|
||||
import java.io.IOException;
|
||||
import java.io.InputStream;\n
|
||||
''';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user