Wrapped long line.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3710 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2005-09-26 00:11:02 +00:00
parent ede0d9f471
commit 484c3ff86d
+2 -1
View File
@@ -107,7 +107,8 @@ public class JmeApp
// initialize the rendering system
initDisplay();
if (!_display.isCreated()) {
throw new IllegalStateException("Failed to initialize display?");
throw new IllegalStateException(
"Failed to initialize display?");
}
// initialize our main camera controls and user input handling