fixed build

This commit is contained in:
Elizabeth Fong
2005-12-20 12:01:24 +00:00
parent e2d6e3dfa8
commit ae05f006cb
@@ -229,7 +229,7 @@ public class Application
}
} catch (MalformedURLException mue) {
String err = MessageUtil.tcompose("m.invalid_appbase", _appbase);
throw new (IOException) IOException(err).initCause(mue);
throw (IOException) new IOException(err).initCause(mue);
}
String prefix = (_appid == null) ? "" : (_appid + ".");