blob: 9c8065f26e23ea7330bf360171b78e620cde331b [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009 Standards for Technology in Automotive Retail 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:
* David Carver (STAR) - initial API and implementation
*******************************************************************************/
package org.eclipse.wst.xml.xpath2.processor.internal.types.userdefined;
import org.eclipse.wst.xml.xpath2.processor.internal.function.ConstructorFL;
public class UserDefinedCtrLibrary extends ConstructorFL {
public UserDefinedCtrLibrary(String ns) {
super(ns);
}
}