Skip to content
Snippets Groups Projects
Commit c2c7ba49 authored by Sebastien Ponce's avatar Sebastien Ponce
Browse files

Merge branch 'sponce_IOVLocation' into 'master'

Fixed location of IOVLock in ICondIOVResource

See merge request !4873
parents c32be1b3 9fb2b016
No related branches found
No related tags found
1 merge request!4873Fixed location of IOVLock in ICondIOVResource
Pipeline #9894297 passed
......@@ -37,7 +37,7 @@ public:
class IOVLock : public DataObject {
public:
/// Default location of the IOVLock in the TES.
static constexpr auto DefaultLocation = "IOVLock";
static constexpr auto DefaultLocation = "/Event/IOVLock";
/// Base class for the implementation specific lock manager.
/// An implementation of ICondIOVResource will have to subclass LockManager and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment