@@ -308,7 +308,7 @@ public Representation representation()
308308 }
309309
310310 /**
311- * Parse constant value string and set representation based on type
311+ * Parse constant value string and set representation based on type.
312312 *
313313 * @param value expressed as a String.
314314 * @param primitiveType that this is supposed to be.
@@ -367,7 +367,7 @@ public static PrimitiveValue parse(final String value, final PrimitiveType primi
367367 }
368368
369369 /**
370- * Parse constant value string and set representation based on type
370+ * Parse constant value string and set representation based on type.
371371 *
372372 * @param value expressed as a String.
373373 * @param primitiveType that this is supposed to be.
@@ -392,7 +392,7 @@ public static PrimitiveValue parse(
392392 }
393393
394394 /**
395- * Parse constant value string and set representation based on type, length, and characterEncoding
395+ * Parse constant value string and set representation based on type, length, and characterEncoding.
396396 *
397397 * @param value expressed as a String.
398398 * @param length of the type.
@@ -469,7 +469,7 @@ public byte[] byteArrayValue()
469469 }
470470
471471 /**
472- * Return byte array value for this PrimitiveValue given a particular type
472+ * Return byte array value for this PrimitiveValue given a particular type.
473473 *
474474 * @param type of this value.
475475 * @return value expressed as a byte array.
0 commit comments