blob: 593d3b2b278d00dbc12a1c0be41c013e0c41005a [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2014 itemis and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* itemis - Initial API and implementation
*
* </copyright>
*/
package org.eclipse.sphinx.examples.workflows.lib;
@SuppressWarnings("nls")
public class ExampleWorkflowHelper {
public void doSomething() {
System.out.println("Example class doing something");
}
}