diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-08-15 02:49:39 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-08-15 02:49:39 +0200 |
commit | 28f5e1b27c4150847cc4c2654c55d2881574a81a (patch) | |
tree | 3ac6a629c24b1a28ef13a3c70661c7e95bf3eff7 /framework | |
parent | 265a458cda15e69b719ee4b9ea8f33d14476ae44 (diff) |
Some PMD cleaning
Diffstat (limited to 'framework')
-rwxr-xr-x | framework/qa/complex/accelerators/AcceleratorsConfigurationTest.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/framework/qa/complex/accelerators/AcceleratorsConfigurationTest.java b/framework/qa/complex/accelerators/AcceleratorsConfigurationTest.java index b0d89ad81858..4a476be4ab96 100755 --- a/framework/qa/complex/accelerators/AcceleratorsConfigurationTest.java +++ b/framework/qa/complex/accelerators/AcceleratorsConfigurationTest.java @@ -836,8 +836,7 @@ public class AcceleratorsConfigurationTest private XMultiServiceFactory getMSF() { - final XMultiServiceFactory xMSF1 = UnoRuntime.queryInterface(XMultiServiceFactory.class, connection.getComponentContext().getServiceManager()); - return xMSF1; + return(UnoRuntime.queryInterface(XMultiServiceFactory.class, connection.getComponentContext().getServiceManager())); } // setup and close connections |