Commit 252c7f6d authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-698 Another dot in a class that shouldn't need to be touched.

Released under the Affero GNU General Public License (AGPL) version 3.
parent f90bfa77
...@@ -57,7 +57,7 @@ class SimpleMutex extends InterProcessData { ...@@ -57,7 +57,7 @@ class SimpleMutex extends InterProcessData {
} }
/** /**
* Blocks the mutex * Blocks the mutex.
* Method blocks until mutex is available! * Method blocks until mutex is available!
* ATTENTION: make sure that you *always* release a blocked mutex! * ATTENTION: make sure that you *always* release a blocked mutex!
* *
...@@ -74,7 +74,7 @@ class SimpleMutex extends InterProcessData { ...@@ -74,7 +74,7 @@ class SimpleMutex extends InterProcessData {
/** /**
* Releases the mutex * Releases the mutex
* After the release other processes are able to block the mutex themselves * After the release other processes are able to block the mutex themselves.
* *
* @access public * @access public
* @return boolean * @return boolean
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment