src/Pure/ML/ml_statistics.scala
changeset 73367 77ef8bef0593
parent 73359 d8a0e996614b
child 73522 b219774a71ae
equal deleted inserted replaced
73366:5f388e514ab8 73367:77ef8bef0593
    91     }
    91     }
    92 
    92 
    93     override def exit(): Unit = synchronized
    93     override def exit(): Unit = synchronized
    94     {
    94     {
    95       session = null
    95       session = null
    96       monitoring.cancel
    96       monitoring.cancel()
    97     }
    97     }
    98 
    98 
    99     private def consume(props: Properties.T): Unit = synchronized
    99     private def consume(props: Properties.T): Unit = synchronized
   100     {
   100     {
   101       if (session != null) {
   101       if (session != null) {