Skip to content
This repository has been archived by the owner on Sep 26, 2018. It is now read-only.

Commit

Permalink
Update iZone.java
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminforras authored Dec 14, 2016
1 parent b35f547 commit fa9185a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/net/techguard/izone/iZone.java
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ public void loadLanguageFile() {
java.util.Properties overridesProps = new java.util.Properties();
try
{
//overridesProps.load(new FileInputStream(overrides));
overridesProps.load(new BufferedReader(new InputStreamReader(new FileInputStream(overrides), "UTF-8")));
overridesProps.load(new FileInputStream(overrides));
//overridesProps.load(new BufferedReader(new InputStreamReader(new FileInputStream(overrides), "UTF-8")));
} catch (IOException e)
{
e.printStackTrace();
Expand Down Expand Up @@ -310,4 +310,4 @@ public Location getLocationString(final String s) {
}
return null;
}
}
}

0 comments on commit fa9185a

Please sign in to comment.