We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00e77b6 commit e1243cfCopy full SHA for e1243cf
1 file changed
drivers/basic/src/main/java/de/learnlib/drivers/reflect/SimplePOJODataMapper.java
@@ -57,7 +57,7 @@ public void post() {
57
}
58
59
@Override
60
- public SULMapper.MappedException<? extends AbstractMethodOutput> mapUnwrappedException(RuntimeException exception)
+ public MappedException<? extends AbstractMethodOutput> mapUnwrappedException(RuntimeException exception)
61
throws RuntimeException {
62
return MappedException.repeatOutput(new Error(exception.getCause()), Unobserved.INSTANCE);
63
0 commit comments