blob: 45e0e41b350c01091d56d2286ddda272b4e9eb8f [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007, 2016 IBM Corporation 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:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package classes;
/**
*
* @since
*/
public class Test13A {
public static void doSomething() {
}
public Integer getInteger() {
return 3;
}
}