You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2014/02/06 14:36:52 UTC

svn commit: r1565241 - /cxf/branches/2.6.x-fixes/rt/ws/security/src/main/java/org/apache/cxf/ws/security/policy/model/Messages.properties

Author: coheigea
Date: Thu Feb  6 13:36:52 2014
New Revision: 1565241

URL: http://svn.apache.org/r1565241
Log:
Merged revisions 1565237 via  git cherry-pick from
https://svn.apache.org/repos/asf/cxf/branches/2.7.x-fixes

........
  r1565237 | coheigea | 2014-02-06 13:32:43 +0000 (Thu, 06 Feb 2014) | 2 lines

  Fixing error message with AlgorithmSuites

........

Modified:
    cxf/branches/2.6.x-fixes/rt/ws/security/src/main/java/org/apache/cxf/ws/security/policy/model/Messages.properties

Modified: cxf/branches/2.6.x-fixes/rt/ws/security/src/main/java/org/apache/cxf/ws/security/policy/model/Messages.properties
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/ws/security/src/main/java/org/apache/cxf/ws/security/policy/model/Messages.properties?rev=1565241&r1=1565240&r2=1565241&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/rt/ws/security/src/main/java/org/apache/cxf/ws/security/policy/model/Messages.properties (original)
+++ cxf/branches/2.6.x-fixes/rt/ws/security/src/main/java/org/apache/cxf/ws/security/policy/model/Messages.properties Thu Feb  6 13:36:52 2014
@@ -18,4 +18,4 @@
 #    under the License.
 #
 #
-INVALID_ALGORITHM=Invalid algorithm suite {}
\ No newline at end of file
+INVALID_ALGORITHM=Invalid algorithm suite {0}
\ No newline at end of file