blob: d2881b641e368125188e02f03a9e9b3e9ce8bdbf [file] [log] [blame]
package org.eclipse.modisco.infra.query.tests.samples;
/**
* Copyright (c) 2009 Mia-Software.
* 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
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Gregoire DUPE (Mia-Software) - initial API and implementation
*/
public class Bug303036Test003Query extends Bug303036AbstractClass {
public static final String RESULT = "Test003"; //$NON-NLS-1$
@Override
public String getResult() {
return Bug303036Test003Query.RESULT;
}
}