blob: 7d96d6f72fab37096d87bfaae9e5726f2b80bbc0 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2018 ALL4TEC.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Thanh Liem PHAN (ALL4TEC) - initial API and implementation
*******************************************************************************/
package org.eclipse.opencert.infra.dashboard.pages;
/**
* Page describing the activities related to the assurance case management.
*/
public class AssuranceCaseManagementPage extends AbstractActivityPage {
/**
* Default constructor.
*/
public AssuranceCaseManagementPage() {
super();
}
/**
* {@inheritDoc}
*/
@Override
protected String getHeaderTitle() {
return "Assurance Case Management";
}
}