eclipse plugin: Remove the UTF-16 encoded loading...
...for the project cache file
This commit is contained in:
parent
f649533361
commit
5ec29ba0f2
1 changed files with 1 additions and 3 deletions
|
@ -11,7 +11,6 @@ package org.wesnoth.projects;
|
|||
import java.io.File;
|
||||
import java.io.FileInputStream;
|
||||
import java.io.FileOutputStream;
|
||||
import java.io.InputStreamReader;
|
||||
import java.io.ObjectInputStream;
|
||||
import java.io.ObjectOutputStream;
|
||||
import java.util.HashMap;
|
||||
|
@ -94,8 +93,7 @@ public class ProjectCache
|
|||
|
||||
try
|
||||
{
|
||||
properties_.load( new InputStreamReader( new FileInputStream(
|
||||
wesnothFile_.getAbsolutePath() ), "UTF-16" ) ); //$NON-NLS-1$
|
||||
properties_.load( wesnothFile_.getAbsolutePath() );
|
||||
}
|
||||
catch(ClassCastException ex)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue