src/Pure/PIDE/command.scala
changeset 68335 2f080a51a10d
parent 68323 bf7336731981
child 68381 2fd3a6d6ba2e
--- a/src/Pure/PIDE/command.scala	Thu May 31 22:04:15 2018 +0200
+++ b/src/Pure/PIDE/command.scala	Thu May 31 22:10:06 2018 +0200
@@ -261,9 +261,7 @@
     markups: Markups = Markups.empty)
   {
     def initialized: Boolean = status.exists(markup => markup.name == Markup.INITIALIZED)
-
-    lazy val consolidated: Boolean =
-      status.exists(markup => markup.name == Markup.CONSOLIDATED)
+    def consolidated: Boolean = status.exists(markup => markup.name == Markup.CONSOLIDATED)
 
     lazy val protocol_status: Protocol.Status =
     {