blob: 983dbf4e3a899168012a11003e22320c1d52e665 [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 evidence management.
*/
public class EvidenceManagementPage extends AbstractActivityPage {
/**
* Default constructor.
*/
public EvidenceManagementPage() {
super();
}
/**
* {@inheritDoc}
*/
@Override
protected String getHeaderTitle() {
return "Evidence Management";
}
}