[Minor] fixed compiler warnings

This commit is contained in:
Robert von Burg 2014-02-13 22:21:56 +01:00
parent 5396eb6fec
commit f0aa0093a7
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ public abstract class AbstractRestfulTest {
File configSrc = new File(CONFIG_SRC);
runtimeMock = new RuntimeMock();
runtimeMock.mockRuntime(rootPath, configSrc);
runtimeMock.startContainer(rootPath);
runtimeMock.startContainer();
// create a resource config that scans for JAX-RS resources and providers
// in com.example package