mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +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
|
void writeFile(String prefix, String suffix, Path directory, String content) throws IOException
|
||||||
{
|
{
|
||||||
FileUtils.writeStringToFile(File.createTempFile(prefix, suffix, directory.toFile()), content, StandardCharsets.UTF_8);
|
FileUtils.writeStringToFile(File.createTempFile(prefix, suffix, directory.toFile()), content, StandardCharsets.UTF_8);
|
||||||
|
Reference in New Issue
Block a user