blob: dc822e0a749ae24a00898e42bf406a3acff7d66c [file] [log] [blame]
/*
* Created on Dec 6, 2004
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package org.eclipse.wst.common.tests;
import java.util.Map;
/**
* @author eteration
*
* TODO To change the template for this generated type comment go to
* Window - Preferences - Java - Code Style - Code Templates
*/
public abstract class DataModelVerifierList {
public abstract Map getDataModelVerifiers();
}