We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a1a27e commit c54cdacCopy full SHA for c54cdac
core/esmf-aspect-meta-model-java/src/main/java/org/eclipse/esmf/aspectmodel/resolver/exceptions/InvalidCountOfAspectsException.java
@@ -1,7 +1,7 @@
1
package org.eclipse.esmf.aspectmodel.resolver.exceptions;
2
3
public class InvalidCountOfAspectsException extends RuntimeException {
4
- public InvalidCountOfAspectsException(String message) {
5
- super(message);
+ public InvalidCountOfAspectsException( String message ) {
+ super( message );
6
}
7
0 commit comments