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

jsorel 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 09c131bf72 Remove final from RenderingException, subclassing should be 
allowed
09c131bf72 is described below

commit 09c131bf72f83d9485d4ec96b7e565599f295ca3
Author: jsorel <johann.so...@geomatys.com>
AuthorDate: Mon Mar 11 08:41:55 2024 +0100

    Remove final from RenderingException, subclassing should be allowed
---
 .../main/org/apache/sis/map/service/RenderingException.java             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/incubator/src/org.apache.sis.portrayal.map/main/org/apache/sis/map/service/RenderingException.java
 
b/incubator/src/org.apache.sis.portrayal.map/main/org/apache/sis/map/service/RenderingException.java
index e385b8c0de..f35ee94813 100644
--- 
a/incubator/src/org.apache.sis.portrayal.map/main/org/apache/sis/map/service/RenderingException.java
+++ 
b/incubator/src/org.apache.sis.portrayal.map/main/org/apache/sis/map/service/RenderingException.java
@@ -22,7 +22,7 @@ package org.apache.sis.map.service;
  *
  * @author Johann Sorel (Geomatys)
  */
-public final class RenderingException extends Exception {
+public class RenderingException extends Exception {
 
     public RenderingException(String message) {
         super(message);

Reply via email to