summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/frame/_XDispatchProviderInterception.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/frame/_XDispatchProviderInterception.java')
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XDispatchProviderInterception.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/frame/_XDispatchProviderInterception.java b/qadevOOo/tests/java/ifc/frame/_XDispatchProviderInterception.java
index a627fa13911b..ada2a936c02f 100644
--- a/qadevOOo/tests/java/ifc/frame/_XDispatchProviderInterception.java
+++ b/qadevOOo/tests/java/ifc/frame/_XDispatchProviderInterception.java
@@ -48,7 +48,7 @@ public class _XDispatchProviderInterception extends MultiMethodTest {
* slave interceptors, and redirect all dispatch queries to the master
* provider.
*/
- public class TestInterceptor implements XDispatchProviderInterceptor {
+ public static class TestInterceptor implements XDispatchProviderInterceptor {
private final PrintWriter log;
public XDispatchProvider master = null, slave = null ;