mirror of
https://github.com/foss42/apidash.git
synced 2025-05-23 17:26:45 +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
|
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