Skip to content
Commit d2112e1f authored by Ceki Gulcu's avatar Ceki Gulcu
Browse files

- Add caller data in LoggingEventVO to fix LBCLASSIC-145

  Implemented as 
  
  if(le.hasCallerData()) {
    ledo.callerData = le.getCallerData();
  }
  
  as (correctly) suggested by Joern Huxhorn
- added  test case as appropriate
parent c791e8ff
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