Skip to content

Commit

Permalink
ISOInstrumentationEventType.R default NULL value
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel authored Dec 31, 2024
1 parent 731cf09 commit 74b7c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ISOInstrumentationEventType.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ISOInstrumentationEventType <- R6Class("ISOInstrumentationEventType",
#'@param xml object of class \link[XML]{XMLInternalNode-class}
#'@param value value
#'@param description description
initialize = function(xml = NULL, value, description = NULL){
initialize = function(xml = NULL, value = NULL, description = NULL){
super$initialize(xml = xml, id = private$xmlElement, value = value, description = description,
addCodeSpaceAttr = FALSE)
}
Expand Down

0 comments on commit 74b7c02

Please sign in to comment.