You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2011/05/30 03:31:30 UTC

svn commit: r1128980 - in /cxf/branches/2.3.x-fixes: ./ rt/core/src/main/java/org/apache/cxf/clustering/Messages.properties

Author: ffang
Date: Mon May 30 01:31:29 2011
New Revision: 1128980

URL: http://svn.apache.org/viewvc?rev=1128980&view=rev
Log:
Merged revisions 1128979 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1128979 | ffang | 2011-05-30 09:17:57 +0800 (δΈ€, 30  5 2011) | 1 line
  
  [CXF-3555]Wrong log message logged by AbstractStaticFailoverStrategy
........

Modified:
    cxf/branches/2.3.x-fixes/   (props changed)
    cxf/branches/2.3.x-fixes/rt/core/src/main/java/org/apache/cxf/clustering/Messages.properties

Propchange: cxf/branches/2.3.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.3.x-fixes/rt/core/src/main/java/org/apache/cxf/clustering/Messages.properties
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/core/src/main/java/org/apache/cxf/clustering/Messages.properties?rev=1128980&r1=1128979&r2=1128980&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/rt/core/src/main/java/org/apache/cxf/clustering/Messages.properties (original)
+++ cxf/branches/2.3.x-fixes/rt/core/src/main/java/org/apache/cxf/clustering/Messages.properties Mon May 30 01:31:29 2011
@@ -28,4 +28,4 @@ CHECK_FAILURE_IN_TRANSPORT = failure {0}
 FAILOVER_CANDIDATE_ACCEPTED = failover candidate {0} accepted
 FAILOVER_CANDIDATE_REJECTED = failover candidate {0} rejected on binding mismatch
 FAILING_OVER_TO_ALTERNATE_ENDPOINT = failing over to alternate target {0}
-FAILING_OVER_TO_ADRESS_OVERRIDE = failing over to alternate address {0}
+FAILING_OVER_TO_ADDRESS_OVERRIDE = failing over to alternate address {0}