fixed Isabelle/Scala build (cf. f3220ef79d51);
authorwenzelm
Sun, 15 Aug 2010 13:17:45 +0200
changeset 38416 56e76cd46b4f
parent 38415 f3220ef79d51
child 38417 b8922ae21111
child 38431 c14a46526697
fixed Isabelle/Scala build (cf. f3220ef79d51);
src/Pure/System/session.scala
--- a/src/Pure/System/session.scala	Sat Aug 14 23:01:53 2010 +0200
+++ b/src/Pure/System/session.scala	Sun Aug 15 13:17:45 2010 +0200
@@ -318,7 +318,7 @@
           state_snapshot.lookup_command(id)
         def state(command: Command): Command.State =
           try { state_snapshot.command_state(document, command) }
-          catch { case _: State.Fail => command.empty_state }
+          catch { case _: Document.State.Fail => command.empty_state }
       }
     }