ICU-6794 used 2-parameter File constructor
X-SVN-Rev: 25794
This commit is contained in:
parent
94d545bce6
commit
ebc84f4f73
@ -856,7 +856,7 @@ public class BagFormatter {
|
||||
}
|
||||
|
||||
public static PrintWriter openWriter(String dir, String filename, String encoding) throws IOException {
|
||||
File file = new File(dir + filename);
|
||||
File file = new File(dir, filename);
|
||||
if (SHOW_FILES && log != null) {
|
||||
log.println("Creating File: "
|
||||
+ file.getCanonicalPath());
|
||||
|
Loading…
Reference in New Issue
Block a user