checkstyle MutableException
checkstyle EmptyBlock checkstyle fixRightCurly Script checkstyle EmptyStatement checkstyle RightCurly checkstyle TailingWhite checkstyle NeedBraces Fix the line separator in the `fixRightCurly.gradle`
This commit is contained in:
committed by
Artem Bilan
parent
c0b19e61b5
commit
842aded9a4
@@ -25,12 +25,12 @@ import org.springframework.messaging.MessagingException;
|
||||
@SuppressWarnings("serial")
|
||||
|
||||
public class ScriptingException extends MessagingException {
|
||||
|
||||
|
||||
public ScriptingException(String description) {
|
||||
super(description);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
public ScriptingException(String description, Throwable cause) {
|
||||
super(description, cause);
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@ import org.springframework.integration.config.xml.AbstractIntegrationNamespaceHa
|
||||
public class ScriptNamespaceHandler extends AbstractIntegrationNamespaceHandler {
|
||||
|
||||
public void init() {
|
||||
this.registerBeanDefinitionParser("script", new ScriptParser());
|
||||
this.registerBeanDefinitionParser("script", new ScriptParser());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user