blob: 833030eb526e64c31adf2e20b068378a3370d3e9 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) Aug 28, 2014 IBM Corporation and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
public class TestContributedStepFilterClass {
public static void main(String[] args) {
StepFilterTwo two = new StepFilterTwo();
two.go();
two.contributed();
two.go();
}
}