blob: 50d822e44445fe70c7a3325f2a96187e47dc5f7b [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009, 2018 Mountainminds GmbH & Co. KG and Contributors
* 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:
* Evgeny Mandrikov - initial API and implementation
*
*******************************************************************************/
package org.project;
public class DatabaseUtil {
public void doStuff() {
System.out.println("Do DatabaseUtil Stuff");
}
}