blob: 2e02d734eccf69adfb585b96c92629641cdc34a3 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2006 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 org.eclipse.wst.xml.core.internal.validation.errorcustomization;
/**
* A wrapper for the ErrorCustomizationRegistry class to allow for testing.
*/
public class ErrorCustomizationRegistryWrapper extends ErrorCustomizationRegistry
{
/**
* Public constructor.
*/
public ErrorCustomizationRegistryWrapper()
{
super();
}
}