Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(199)

Issue 1883042: Fixing small error in PropertiesModule (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 5 months ago by gagan.goku
Modified:
15 years, 5 months ago
Reviewers:
dev-remailer
CC:
cool-shindig-committers_googlegroups.com
Base URL:
http://svn.apache.org/repos/asf/shindig/trunk
Visibility:
Public.

Description

Fixing small compilation error in PropertiesModule.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
java/common/src/main/java/org/apache/shindig/common/PropertiesModule.java View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3
gagan.goku
15 years, 5 months ago (2010-07-24 03:48:55 UTC) #1
plindner_linkedin.com
I broke this, but was, waiting for apache svn to go read/write... It's back now ...
15 years, 5 months ago (2010-07-24 04:12:56 UTC) #2
gagan.goku
15 years, 5 months ago (2010-07-24 04:23:23 UTC) #3
Thanks Paul

On Sat, Jul 24, 2010 at 9:42 AM, Paul Lindner <plindner@linkedin.com> wrote:

> 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, <gagan.goku@gmail.com> 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";
>>   }
>>
>>
>>
>>
>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b