I broke this, but was, waiting for apache svn to go read/write... It's back now -- committed.
On Fri, Jul 23, 2010 at 8:48 PM, <[email protected]> wrote: > Reviewers: dev-remailer_shindig.apache.org, > > > > Please review this at http://codereview.appspot.com/1883042/show > > Affected files: > java/common/src/main/java/org/apache/shindig/common/PropertiesModule.java > > > Index: > java/common/src/main/java/org/apache/shindig/common/PropertiesModule.java > =================================================================== > --- > java/common/src/main/java/org/apache/shindig/common/PropertiesModule.java > (revision 978785) > +++ > java/common/src/main/java/org/apache/shindig/common/PropertiesModule.java > (working copy) > @@ -81,7 +81,7 @@ > > protected String getServerHostname() { > return System.getProperty("shindig.host") != null ? > System.getProperty("shindig.host") : > - return System.getProperty("jetty.host") != null ? > System.getProperty("jetty.host") : > + System.getProperty("jetty.host") != null ? > System.getProperty("jetty.host") : > "localhost"; > } > > > >
