You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2017/09/17 12:29:47 UTC

[myfaces-trinidad] 06/30: Checkpoint: introduce new immutable Range API to replace lame (mutable) internal Range class.

This is an automated email from the ASF dual-hosted git repository.

deki pushed a commit to branch andys-skin-pregen
in repository https://gitbox.apache.org/repos/asf/myfaces-trinidad.git

commit 9ed17b6169c646520155cef19742f3ec9a57c355
Author: Andy Schwartz <an...@apache.org>
AuthorDate: Tue Mar 13 03:51:29 2012 +0000

    Checkpoint: introduce new immutable Range API to replace lame (mutable) internal Range class.
---
 .../main/xrts/org/apache/myfaces/trinidad/resource/LoggerBundle.xrts    | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/LoggerBundle.xrts b/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/LoggerBundle.xrts
index 55f4dda..04522b0 100644
--- a/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/LoggerBundle.xrts
+++ b/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/LoggerBundle.xrts
@@ -525,4 +525,6 @@
 <!-- ILLEGAL_ENUM_VALUE -->
 <resource key="ILLEGAL_ENUM_VALUE">No {0} enum constant for value "{1}".</resource>
 
+<resource key="ILLEGAL_NULL_VALUE">Illegal null value for {0}</resource>
+
 </resources>

-- 
To stop receiving notification emails like this one, please contact
"commits@myfaces.apache.org" <co...@myfaces.apache.org>.