Skip to content

Commit

Permalink
Added deprecation to language_definitions.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben committed Jan 30, 2025
1 parent 5e21f09 commit f534190
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"parameters": [],
"udf_client_path": {
"executable": "/exaudf/exaudfclient"
}
},
"deprecation": null
},
{
"protocol": "localzmq+protobuf",
Expand All @@ -18,7 +19,8 @@
"parameters": [],
"udf_client_path": {
"executable": "/exaudf/exaudfclient"
}
},
"deprecation": null
},
{
"protocol": "localzmq+protobuf",
Expand All @@ -27,7 +29,8 @@
"parameters": [],
"udf_client_path": {
"executable": "/exaudf/exaudfclient"
}
},
"deprecation": null
}
]
}

0 comments on commit f534190

Please sign in to comment.