Clean up Javadoc and source code regarding " ." typos

This commit is contained in:
Sam Brannen
2022-12-12 15:42:27 +01:00
parent f8a1dac593
commit 46fc28fd1a
16 changed files with 32 additions and 31 deletions

View File

@@ -143,7 +143,7 @@ public class TypedStringValue implements BeanMetadataElement {
}
/**
* Return whether this typed String value carries a target type .
* Return whether this typed String value carries a target type.
*/
public boolean hasTargetType() {
return (this.targetType instanceof Class);