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

Fixed location of IOVLock in ICondIOVResource

parent 4244d98b
No related branches found
No related tags found
1 merge request!4873Fixed location of IOVLock in ICondIOVResource
Pipeline #9879250 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