blob: e2ed71910e07efbb2cc725783109c0285e1666fe [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2008 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 x.y.z;
import internal.x.y.z.internal;
/**
*
*/
public class testCPL1 {
public testCPL1(internal i) {
}
protected testCPL1(internal i, Object o) {
}
public testCPL1(String s, internal i, int n) {
}
protected testCPL1(String s, internal i, int n, double d) {
}
}