minor changes
This commit is contained in:
parent
d409a92ca2
commit
acf6a5cb9e
|
@ -35,4 +35,4 @@ interface ILockDriver
|
|||
* @return void
|
||||
*/
|
||||
public function releaseAll();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -83,4 +83,4 @@ class MemcacheLockDriver implements ILockDriver
|
|||
// We cannot delete all cache entries, but this doesn't matter with memcache
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -79,4 +79,4 @@ class SemaphoreLockDriver implements ILockDriver
|
|||
// not needed/supported
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue