Skip to content

Commit d79d661

Browse files
committed
[Java] Fix typos.
1 parent 9fb2b17 commit d79d661

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/EncodedDataType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public EncodedDataType(final Node node, final String givenName, final String ref
8989

9090
if (presence() != CONSTANT)
9191
{
92-
handleError(node, "present must be constant when valueRef is set: " + valueRef);
92+
handleError(node, "presence must be constant when valueRef is set: " + valueRef);
9393
}
9494
}
9595

sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/Type.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public Type(
9494
* @param presence of the type.
9595
* @param description of the type or null.
9696
* @param sinceVersion for the type
97-
* @param deprecated version in which this wa.s deprecated.
97+
* @param deprecated version in which this was deprecated.
9898
* @param semanticType of the type or null.
9999
*/
100100
public Type(

0 commit comments

Comments
 (0)