Skip to content

Commit

Permalink
[Java] Fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachBray committed Oct 5, 2023
1 parent 9fb2b17 commit d79d661
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -89,7 +89,7 @@ public EncodedDataType(final Node node, final String givenName, final String ref

if (presence() != CONSTANT)
{
handleError(node, "present must be constant when valueRef is set: " + valueRef);
handleError(node, "presence must be constant when valueRef is set: " + valueRef);
}
}

Expand Down
2 changes: 1 addition & 1 deletion sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/Type.java
Expand Up @@ -94,7 +94,7 @@ public Type(
* @param presence of the type.
* @param description of the type or null.
* @param sinceVersion for the type
* @param deprecated version in which this wa.s deprecated.
* @param deprecated version in which this was deprecated.
* @param semanticType of the type or null.
*/
public Type(
Expand Down

0 comments on commit d79d661

Please sign in to comment.