Java: Misc grammar fixes.

This commit is contained in:
Anders Schack-Mulligen
2020-07-06 14:50:33 +02:00
parent a80e663ab5
commit 5d8f9a79f1

View File

@@ -325,10 +325,10 @@ private RefType stripType(Type t) {
}
/**
* A user data type which may be populated from a HTTP request.
* A user data type that may be populated from an HTTP request.
*
* This includes types directly referred to as either @ModelAttribute or @RequestBody parameters,
* or types which are referred to by those types.
* or types that are referred to by those types.
*/
class SpringUntrustedDataType extends RefType {
SpringUntrustedDataType() {