File tree 4 files changed +11
-11
lines changed
spring-orm/src/test/java/org/springframework/mock/web
spring-test/src/main/java/org/springframework/mock/web
spring-web/src/test/java/org/springframework/mock/web
spring-webmvc/src/test/java/org/springframework/mock/web
4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2009 the original author or authors.
2
+ * Copyright 2002-2012 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
23
23
import org .springframework .util .Assert ;
24
24
25
25
/**
26
- * Mock implementation of the {@link javax.servlet.FilterConfig } interface.
26
+ * Mock implementation of the {@link javax.servlet.FilterChain } interface.
27
27
*
28
28
* <p>Used for testing the web framework; also useful for testing
29
29
* custom {@link javax.servlet.Filter} implementations.
30
30
*
31
31
* @author Juergen Hoeller
32
32
* @since 2.0.3
33
- * @see org.springframework.mock.web. MockFilterConfig
34
- * @see org.springframework.mock.web. PassThroughFilterChain
33
+ * @see MockFilterConfig
34
+ * @see PassThroughFilterChain
35
35
*/
36
36
public class MockFilterChain implements FilterChain {
37
37
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2009 the original author or authors.
2
+ * Copyright 2002-2012 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
23
23
import org .springframework .util .Assert ;
24
24
25
25
/**
26
- * Mock implementation of the {@link javax.servlet.FilterConfig } interface.
26
+ * Mock implementation of the {@link javax.servlet.FilterChain } interface.
27
27
*
28
28
* <p>Used for testing the web framework; also useful for testing
29
29
* custom {@link javax.servlet.Filter} implementations.
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2011 the original author or authors.
2
+ * Copyright 2002-2012 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
23
23
import org .springframework .util .Assert ;
24
24
25
25
/**
26
- * Mock implementation of the {@link javax.servlet.FilterConfig } interface.
26
+ * Mock implementation of the {@link javax.servlet.FilterChain } interface.
27
27
*
28
28
* <p>Used for testing the web framework; also useful for testing
29
29
* custom {@link javax.servlet.Filter} implementations.
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2009 the original author or authors.
2
+ * Copyright 2002-2012 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
23
23
import org .springframework .util .Assert ;
24
24
25
25
/**
26
- * Mock implementation of the {@link javax.servlet.FilterConfig } interface.
26
+ * Mock implementation of the {@link javax.servlet.FilterChain } interface.
27
27
*
28
- * <p>Used for testing the web framework; also usefol for testing
28
+ * <p>Used for testing the web framework; also useful for testing
29
29
* custom {@link javax.servlet.Filter} implementations.
30
30
*
31
31
* @author Juergen Hoeller
You can’t perform that action at this time.
0 commit comments