Skip to content

Commit e1243cf

Browse files
committed
cleanup nested class reference
[skip ci]
1 parent 00e77b6 commit e1243cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/basic/src/main/java/de/learnlib/drivers/reflect/SimplePOJODataMapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public void post() {
5757
}
5858

5959
@Override
60-
public SULMapper.MappedException<? extends AbstractMethodOutput> mapUnwrappedException(RuntimeException exception)
60+
public MappedException<? extends AbstractMethodOutput> mapUnwrappedException(RuntimeException exception)
6161
throws RuntimeException {
6262
return MappedException.repeatOutput(new Error(exception.getCause()), Unobserved.INSTANCE);
6363
}

0 commit comments

Comments
 (0)