From c74a68a3f2d1f13aefa1100966f821843e8fddc5 Mon Sep 17 00:00:00 2001 From: markt Date: Sat, 18 Dec 2010 17:26:52 +0000 Subject: [PATCH] Typos. Sorry for the noise git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1050680 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/el/lang/ELSupport.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/org/apache/el/lang/ELSupport.java b/java/org/apache/el/lang/ELSupport.java index 235b10503..54a2e8576 100644 --- a/java/org/apache/el/lang/ELSupport.java +++ b/java/org/apache/el/lang/ELSupport.java @@ -161,9 +161,9 @@ public class ELSupport { } } - // Going to have have some casts /raw types somewhere so doing it here + // Going to have to have some casts /raw types somewhere so doing it here // keeps them all in one place. There might be a neater / better solution - // but I couldn;t find it + // but I couldn't find it @SuppressWarnings("unchecked") public static final Enum coerceToEnum(final Object obj, @SuppressWarnings("rawtypes") Class type) { -- 2.11.0