package org.alfresco.rest.api.tests; import org.junit.After; public class Cleanup { @After public void after() throws Exception { // PublicApiTestFixture fixture = PublicApiTestFixture.getInstance(); // fixture.shutdown(); } }