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

desruisseaux pushed a commit to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git


The following commit(s) were added to refs/heads/geoapi-4.0 by this push:
     new dc9805f  Fix a typo in an error message.
dc9805f is described below

commit dc9805f28bae41ec0cce18a9df1be118aa9de710
Author: Martin Desruisseaux <[email protected]>
AuthorDate: Thu Mar 21 19:59:39 2019 +0100

    Fix a typo in an error message.
---
 .../sis-utility/src/main/java/org/apache/sis/util/resources/Errors.java | 2 +-
 .../src/main/java/org/apache/sis/util/resources/Errors.properties       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/core/sis-utility/src/main/java/org/apache/sis/util/resources/Errors.java 
b/core/sis-utility/src/main/java/org/apache/sis/util/resources/Errors.java
index 52589b4..ca225f8 100644
--- a/core/sis-utility/src/main/java/org/apache/sis/util/resources/Errors.java
+++ b/core/sis-utility/src/main/java/org/apache/sis/util/resources/Errors.java
@@ -808,7 +808,7 @@ public final class Errors extends IndexedResourceBundle {
         public static final short TooManyCollectionElements_3 = 35;
 
         /**
-         * Too many occurrences of “{1,number}”. The maximum is {0,number}.
+         * Too many occurrences of “{1}”. The maximum is {0,number}.
          */
         public static final short TooManyOccurrences_2 = 130;
 
diff --git 
a/core/sis-utility/src/main/java/org/apache/sis/util/resources/Errors.properties
 
b/core/sis-utility/src/main/java/org/apache/sis/util/resources/Errors.properties
index 6007f78..1b4f467 100644
--- 
a/core/sis-utility/src/main/java/org/apache/sis/util/resources/Errors.properties
+++ 
b/core/sis-utility/src/main/java/org/apache/sis/util/resources/Errors.properties
@@ -172,7 +172,7 @@ TooFewCollectionElements_3        = Collection 
\u201c{0}\u201d contains only {2,
 TooFewOccurrences_2               = Too few occurrences of \u201c{1}\u201d. 
Expected at least {0,number} of them.
 TooManyArguments_2                = Expected at most {0,number} 
argument{0,choice,1#|2#s}, but got {1,number}.
 TooManyCollectionElements_3       = Collection \u201c{0}\u201d contains 
{2,number} elements while at most {1,number} element{1,choice,1# was|2#s were} 
expected.
-TooManyOccurrences_2              = Too many occurrences of 
\u201c{1,number}\u201d. The maximum is {0,number}.
+TooManyOccurrences_2              = Too many occurrences of \u201c{1}\u201d. 
The maximum is {0,number}.
 TreeDepthExceedsMaximum           = Tree depth exceeds the maximum.
 UndefinedOrderingForElements_2    = Ordering between \u201c{0}\u201d and 
\u201c{1}\u201d elements is undefined.
 UnexpectedArrayLength_2           = Expected an array of length {0,number}, 
but got {1,number}.

Reply via email to