From: markt Date: Sat, 18 Dec 2010 17:26:52 +0000 (+0000) Subject: Typos. Sorry for the noise X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c74a68a3f2d1f13aefa1100966f821843e8fddc5;p=tomcat7.0 Typos. Sorry for the noise git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1050680 13f79535-47bb-0310-9956-ffa450edef68 --- 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) {