blob: 8f9f7e1d74bb83655d1a6f6731b2c8ea87a5befc [file] [log] [blame]
package org.eclipse.wst.validation.tests;
import org.eclipse.wst.common.tests.validation.Activator;
/**
* This validator is used to test facet versions. It should be called on projects that have a version 6 java facet.
* @author karasiuk
*
*/
public class T4B extends TestValidator {
public String getName() {
return "T4B";
}
public static String id(){
return Activator.PLUGIN_ID +".T4B";
}
}