Skip to content

Commit 63ccee2

Browse files
author
Johannes Duesing
committed
Fixed warning 'non-exhaustive match' in RequestHandler
1 parent e5eaf1a commit 63ccee2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/scala/de/upb/cs/swt/delphi/instanceregistry/RequestHandler.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,8 @@ class RequestHandler(configuration: Configuration, instanceDao: InstanceDAO, con
293293
Failure(x)
294294
}
295295
}
296+
case Failure(ex) =>
297+
Failure(ex)
296298
}
297299

298300

0 commit comments

Comments
 (0)