Removed warnings for 'unused' variables

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2526 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2006-03-09 13:29:50 +00:00
parent ebecabfb3a
commit ac2e167b60

View File

@@ -78,6 +78,7 @@ import org.springframework.context.ApplicationContext;
*
* @author Derek Hulley
*/
@SuppressWarnings("unused") /* its just a test */
public abstract class BaseNodeServiceTest extends BaseSpringTest
{
public static final String NAMESPACE = "http://www.alfresco.org/test/BaseNodeServiceTest";