clarified comments: file-system access is always unsynchronized;
authorwenzelm
Sat, 19 Dec 2020 11:43:24 +0100
changeset 72955 942bf91545fa
parent 72952 09479be1fe2a
child 72956 c007d0fa0938
clarified comments: file-system access is always unsynchronized;
src/Pure/Thy/presentation.scala
--- a/src/Pure/Thy/presentation.scala	Fri Dec 18 10:37:26 2020 +0000
+++ b/src/Pure/Thy/presentation.scala	Sat Dec 19 11:43:24 2020 +0100
@@ -152,7 +152,7 @@
   }
 
 
-  /* maintain chapter index -- NOT thread-safe */
+  /* maintain chapter index */
 
   private val sessions_path = Path.basic(".sessions")