Suppressing deprecation warnings in MockPageContext.
This commit is contained in:
parent
49e61d2680
commit
367dcf13ce
|
|
@ -52,6 +52,7 @@ import org.springframework.util.Assert;
|
|||
* @author Juergen Hoeller
|
||||
* @since 1.0.2
|
||||
*/
|
||||
@SuppressWarnings("deprecation")
|
||||
public class MockPageContext extends PageContext {
|
||||
|
||||
private final ServletContext servletContext;
|
||||
|
|
|
|||
Loading…
Reference in New Issue