Typo in log message
This commit is contained in:
parent
66fe5d4a8b
commit
53b3b7c08b
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ public class HDBlockModels {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (IOException iox) {
|
} catch (IOException iox) {
|
||||||
Log.severe("Error processing nodel files");
|
Log.severe("Error processing model files");
|
||||||
} finally {
|
} finally {
|
||||||
if (in != null) {
|
if (in != null) {
|
||||||
try { in.close(); } catch (IOException iox) {}
|
try { in.close(); } catch (IOException iox) {}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue