You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2020/02/18 10:10:26 UTC

[GitHub] [commons-lang] BillCindy commented on a change in pull request #492: style(org.apache.commons.lang3): rename method from removeAllOccurenc…

BillCindy commented on a change in pull request #492: style(org.apache.commons.lang3): rename method from removeAllOccurenc…
URL: https://github.com/apache/commons-lang/pull/492#discussion_r380574934
 
 

 ##########
 File path: src/main/java/org/apache/commons/lang3/ArrayUtils.java
 ##########
 @@ -5322,7 +5322,7 @@ static Object removeAll(final Object array, final int... indices) {
      * @return A new array containing the existing elements except the occurrences of the specified element.
      * @since 3.5
      */
-    public static byte[] removeAllOccurences(final byte[] array, final byte element) {
+    public static byte[] removeAllOccurrences(final byte[] array, final byte element) {
 
 Review comment:
   thanks for your remind! I got it

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services