Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

Commit

Permalink
- updated the docs in order to fix http://jira.qos.ch/browse/CAL-13
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed Jul 5, 2010
1 parent 2b19a47 commit b4e2fa7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cal10n-site/src/site/pages/manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,9 @@ <h2><a name="retrieving" href="#retrieving">Retrieving
uses the standard Java convention for parameter substitution as
defined by the <a
href="http://java.sun.com/j2se/1.5.0/docs/api/java/text/MessageFormat.html">java.text.MessageFormat</a>
class.</p>
class. In particular, for messages with parameters, the rules for
using quotes defined by the <code>MessageFormat</code> class apply
as is.</p>

<p>An astute reader will comment that even if the messages keys are
now verified by the compiler, it is still possible to have
Expand Down

0 comments on commit b4e2fa7

Please sign in to comment.