mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix 1.4 compatibility
This commit is contained in:
@@ -157,7 +157,7 @@ public class ComparisonFailureData {
|
||||
try {
|
||||
//noinspection SSBasedInspection
|
||||
File tempFile = File.createTempFile(expectedOrActualPrefix, "");
|
||||
OutputStream stream = new FileOutputStream(tempFile, false);
|
||||
OutputStream stream = new FileOutputStream(tempFile);
|
||||
try {
|
||||
stream.write(text.getBytes("UTF-8"), 0, text.length());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user