From a1b3b87540b741fe2eb8cac75f81c3501d60302e Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Thu, 20 Aug 2009 03:53:49 +0000 Subject: [PATCH] polish --- .../src/main/java/org/springframework/context/alert/Alert.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.springframework.context/src/main/java/org/springframework/context/alert/Alert.java b/org.springframework.context/src/main/java/org/springframework/context/alert/Alert.java index a1af26c7b3..b5afcebefb 100644 --- a/org.springframework.context/src/main/java/org/springframework/context/alert/Alert.java +++ b/org.springframework.context/src/main/java/org/springframework/context/alert/Alert.java @@ -17,7 +17,7 @@ package org.springframework.context.alert; /** * Communicates an event of interest to the user. - * For example, an alert may inform a user of a web application a business rule was violated. + * For example, an alert may inform a user of a application a business rule was violated. * @author Keith Donald * @since 3.0 */