Skip to content

Commit e2c6e63

Browse files
committed
Polishing
1 parent 444b372 commit e2c6e63

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spring-web/src/main/java/org/springframework/web/context/support/WebApplicationContextUtils.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2012 the original author or authors.
2+
* Copyright 2002-2013 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -47,11 +47,11 @@
4747
/**
4848
* Convenience methods for retrieving the root
4949
* {@link org.springframework.web.context.WebApplicationContext} for a given
50-
* {@code ServletContext}. This is e.g. useful for accessing a Spring
51-
* context from within custom web views or Struts actions.
50+
* {@code ServletContext}. This is useful for programmatically accessing a
51+
* Spring application context from within custom web views or MVC actions.
5252
*
5353
* <p>Note that there are more convenient ways of accessing the root context for
54-
* many web frameworks, either part of Spring or available as external library.
54+
* many web frameworks, either part of Spring or available as an external library.
5555
* This helper class is just the most generic way to access the root context.
5656
*
5757
* @author Juergen Hoeller

0 commit comments

Comments
 (0)