You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by GitBox <gi...@apache.org> on 2022/07/26 04:47:44 UTC

[GitHub] [isis] andi-huber commented on a diff in pull request #1027: Isis 3091

andi-huber commented on code in PR #1027:
URL: https://github.com/apache/isis/pull/1027#discussion_r929520275


##########
commons/src/main/java/org/apache/isis/commons/collections/Can_Multiple.java:
##########
@@ -178,7 +178,12 @@ public Can<T> reverse() {
 
     @Override
     public void forEach(final @NonNull Consumer<? super T> action) {
-        elements.forEach(action);
+        try {

Review Comment:
   strange code construct!?



-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@isis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org