blob: d95276165e391bfec845e53fb163f0def322259c [file] [log] [blame]
/*
* Created on Jan 5, 2004
*
* To change the template for this generated file go to
* Window - Preferences - Java - Code Generation - Code and Comments
*/
package org.eclipse.wst.common.tests;
import org.eclipse.wst.common.frameworks.operations.WTPOperationDataModel;
/**
* @author Administrator
*
* To change the template for this generated type comment go to
* Window - Preferences - Java - Code Generation - Code and Comments
*/
public class DataModelVerifier {
public void verify(WTPOperationDataModel model) throws Exception {
}
}