From 332b2285897d1911c5f0d60843e01d1bc3d27259 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 29 Apr 2019 16:10:57 -0700 Subject: [PATCH] Edit Javadoc. Correct invalid '@literl' and '@lin' Javadoc tags. --- .../java/org/springframework/geode/core/util/ObjectUtils.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-geode/src/main/java/org/springframework/geode/core/util/ObjectUtils.java b/spring-geode/src/main/java/org/springframework/geode/core/util/ObjectUtils.java index a69feae7..3a600213 100644 --- a/spring-geode/src/main/java/org/springframework/geode/core/util/ObjectUtils.java +++ b/spring-geode/src/main/java/org/springframework/geode/core/util/ObjectUtils.java @@ -290,10 +290,10 @@ public abstract class ObjectUtils extends org.springframework.util.ObjectUtils { /** * Resolves the {@link Object invocation target} for the given {@link Method}. * - * If the {@link Method} is {@link Modifier#STATIC} then {@literl null} is returned, + * If the {@link Method} is {@link Modifier#STATIC} then {@literal null} is returned, * otherwise {@link Object target} will be returned. * - * @param {@lin Class type} of the {@link Object target}. + * @param {@link Class type} of the {@link Object target}. * @param target {@link Object} on which the {@link Method} will be invoked. * @param method {@link Method} to invoke on the {@link Object}. * @return the resolved {@link Object invocation method}.