Skip to content

Commit

Permalink
Fix ObjectVersionAttributeModel exception message.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Jul 18, 2022
1 parent 7fe0ccf commit 9915689
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public <E extends Throwable> LwM2mAttribute<Version> consumeAttributeValue(Strin

// handle quote (see comment above)
if (quotedVersion && !tolerateQuote()) {
parser.raiseException("Invalid lwm2m version \"%s\" in %s : version should not be quoted", strValue,
parser.raiseException("Invalid object version \"%s\" in %s : version should not be quoted", strValue,
parser.getStringToParse());
}
// create attribute
Expand Down

0 comments on commit 9915689

Please sign in to comment.