OSDN Git Service

#34479 対応中
[jaxcel/jaxcel.git] / Jaxcel / src / org / hanei / jaxcel / exception / JaxcelRuntimeException.java
index e5c9ec2..4bf9233 100644 (file)
@@ -35,5 +35,4 @@ public class JaxcelRuntimeException extends RuntimeException {
        public JaxcelRuntimeException(String message, Throwable cause) {
                super(message, cause);
        }
-
 }