melloware commented on code in PR #935:
URL: https://github.com/apache/myfaces/pull/935#discussion_r2542517451


##########
extensions/quarkus/deployment/src/main/java/org/apache/myfaces/core/extensions/quarkus/deployment/MyFacesProcessor.java:
##########
@@ -468,12 +471,12 @@ void buildFlowScopedMapping(MyFacesRecorder recorder,
 
     @BuildStep
     @Record(ExecutionTime.STATIC_INIT)
-    void collectTopLevelViews(MyFacesRecorder recorder) throws IOException

Review Comment:
   same does not throw IOException



##########
extensions/quarkus/deployment/src/main/java/org/apache/myfaces/core/extensions/quarkus/deployment/MyFacesProcessor.java:
##########
@@ -468,12 +471,12 @@ void buildFlowScopedMapping(MyFacesRecorder recorder,
 
     @BuildStep
     @Record(ExecutionTime.STATIC_INIT)
-    void collectTopLevelViews(MyFacesRecorder recorder) throws IOException
+    void collectTopLevelViews(MyFacesRecorder recorder)
     {
         findTopLevelViews().forEach(recorder::registerTopLevelView);
     }
 
-    Set<String> findTopLevelViews() throws IOException
+    Set<String> findTopLevelViews()

Review Comment:
   same



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to