From 9ba205e41a39c582b56be8442bf812dce04fdfbc Mon Sep 17 00:00:00 2001
From: Paul Gessinger <paul.gessinger@cern.ch>
Date: Wed, 25 May 2022 17:46:52 +0200
Subject: [PATCH] update doc date

---
 DDRec/include/DDRec/DetectorData.h         | 2 +-
 DDRec/src/plugins/addVariantParameters.cpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/DDRec/include/DDRec/DetectorData.h b/DDRec/include/DDRec/DetectorData.h
index 9db28d2fa..50af66a03 100644
--- a/DDRec/include/DDRec/DetectorData.h
+++ b/DDRec/include/DDRec/DetectorData.h
@@ -508,7 +508,7 @@ namespace dd4hep {
     /** Data structure that holds a map of string keys to a typesafe union of double, int, string or bool.
      *  It can be used as an extension object for detector elements to attach arbitrary information 
      *  @author P.Gessinger, CERN
-     *  @date May, 24 2022
+     *  @date May, 25 2022
      */
     struct MapStringVariantStruct {
       std::map<std::string, boost::variant<double, int, std::string, bool>> variantParameters{};
diff --git a/DDRec/src/plugins/addVariantParameters.cpp b/DDRec/src/plugins/addVariantParameters.cpp
index 29d417a5b..795992128 100644
--- a/DDRec/src/plugins/addVariantParameters.cpp
+++ b/DDRec/src/plugins/addVariantParameters.cpp
@@ -24,7 +24,7 @@ namespace dd4hep::rec {
 
 /**
  *  @author P.Gessinger, CERN
- *  @date May, 24 2022
+ *  @date May, 25 2022
  *
  *  \brief Plugin which attaches parameters with string keys and int, double, 
  *  string or bool values to detector elements
-- 
GitLab