Skip to content

Commit

Permalink
#284: Disable AdditionalData support in AtumContext
Browse files Browse the repository at this point in the history
  • Loading branch information
benedeki committed Oct 1, 2024
1 parent 0b97d6f commit fdb9cfb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class AtumContext private[agent] (
*
* @return the AtumContext after the AD has been dispatched and added
*/
def addAdditionalData(key: String, value: String): AtumContext = {
private[agent] def addAdditionalData(key: String, value: String): AtumContext = {
addAdditionalData(Map(key -> value))
}

Expand Down

0 comments on commit fdb9cfb

Please sign in to comment.