minor improvements
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -14,7 +14,6 @@ public class NotFound<None> extends Error<None> {
|
||||
return new NotFound<>(message.formatted(fills), null, null);
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public <NewType> NotFound<NewType> transform() {
|
||||
return new NotFound<>(message(), data(), exceptions());
|
||||
|
||||
Reference in New Issue
Block a user