From 484c3ff86dc78809fde1298cd2c48c2a3b83e340 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Mon, 26 Sep 2005 00:11:02 +0000 Subject: [PATCH] Wrapped long line. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3710 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/java/com/threerings/jme/JmeApp.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/java/com/threerings/jme/JmeApp.java b/src/java/com/threerings/jme/JmeApp.java index 0823c3221..46004130b 100644 --- a/src/java/com/threerings/jme/JmeApp.java +++ b/src/java/com/threerings/jme/JmeApp.java @@ -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