mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
Checkstyle!
This commit is contained in:
@ -96,6 +96,9 @@ class MetaDataLoaderHelperTest extends BaseTest
|
||||
|
||||
|
||||
|
||||
/***************************************************************************
|
||||
**
|
||||
***************************************************************************/
|
||||
void writeFile(String prefix, String suffix, Path directory, String content) throws IOException
|
||||
{
|
||||
FileUtils.writeStringToFile(File.createTempFile(prefix, suffix, directory.toFile()), content, StandardCharsets.UTF_8);
|
||||
|
Reference in New Issue
Block a user