chiark / gitweb /
Mostly autogenerating string resources.
[tripe-android] / admin.scala
index 321fb56b6e511310c02cce0e75da8193bb2f0ceb..9796cd9c2e96507c7495b3bf40f6a6ff410b0f0c 100644 (file)
@@ -113,7 +113,7 @@ object Connection extends Hook[AsyncMessage]
     override def next(): Seq[String] = {
       fetchNext();
       nextmsg match {
-       case None => ???
+       case None => unreachable;
        case Some(JobOK) => throw new NoSuchElementException;
        case Some(JobFail(msg)) => throw new CommandFailed(msg);
        case Some(JobLostConnection) => throw new ConnectionLostException;