[kune-commits] r1550 - trunk/src/main/java/cc/kune/wave/server
Vicente J. Ruiz Jurado
vjrj_ at ourproject.org
Sun Oct 9 13:31:12 CEST 2011
Author: vjrj_
Date: 2011-10-09 13:31:10 +0200 (Sun, 09 Oct 2011)
New Revision: 1550
Modified:
trunk/src/main/java/cc/kune/wave/server/KuneWaveServiceDefault.java
Log:
Some test fixing...
Modified: trunk/src/main/java/cc/kune/wave/server/KuneWaveServiceDefault.java
===================================================================
--- trunk/src/main/java/cc/kune/wave/server/KuneWaveServiceDefault.java 2011-10-09 11:20:08 UTC (rev 1549)
+++ trunk/src/main/java/cc/kune/wave/server/KuneWaveServiceDefault.java 2011-10-09 11:31:10 UTC (rev 1550)
@@ -237,7 +237,7 @@
final Blip rootBlip = newWavelet.getRootBlip();
rootBlip.append(new com.google.wave.api.Markup(message).getText());
- if (waveIdToCopy != NO_WAVE_TO_COPY || TextUtils.notEmpty(waveIdToCopy)) {
+ if (waveIdToCopy != NO_WAVE_TO_COPY && TextUtils.notEmpty(waveIdToCopy)) {
try {
WaveId copyWaveId;
copyWaveId = WaveId.ofChecked(domain, waveIdToCopy);
More information about the kune-commits
mailing list