ss: Move plugins to Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core.tests / stubs / org / eclipse / linuxtools / tmf / tests / stubs / trace / TmfTraceStub3.java
CommitLineData
04da5385
GB
1/*******************************************************************************
2 * Copyright (c) 2014 École Polytechnique de Montréal
3 *
4 * All rights reserved. This program and the accompanying materials are
5 * made available under the terms of the Eclipse Public License v1.0 which
6 * accompanies this distribution, and is available at
7 * http://www.eclipse.org/legal/epl-v10.html
8 *
9 * Contributors:
10 * Geneviève Bastien - Initial API and implementation
11 *******************************************************************************/
12
13package org.eclipse.linuxtools.tmf.tests.stubs.trace;
14
15/**
16 * Another stub trace class for unit tests who need more than one stub class.
17 *
18 * @author Geneviève Bastien
19 */
20public class TmfTraceStub3 extends TmfTraceStub {
21
22 /**
23 * Default constructor
24 */
25 public TmfTraceStub3() {
26 super();
27 }
28
29}
This page took 0.028477 seconds and 5 git commands to generate.