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";
}