forked from phoedos/pmd
Promote experimental APIs as stable
- HTML support and Kotlin support no more experimental - The only left over experimental APIs are java preview features
This commit is contained in:
@@ -14,7 +14,6 @@ import javax.xml.parsers.ParserConfigurationException;
|
||||
import org.xml.sax.InputSource;
|
||||
|
||||
import net.sourceforge.pmd.Rule;
|
||||
import net.sourceforge.pmd.annotation.Experimental;
|
||||
|
||||
import com.github.oowekyala.ooxml.messages.NiceXmlMessageSpec;
|
||||
import com.github.oowekyala.ooxml.messages.OoxmlFacade;
|
||||
@@ -33,7 +32,6 @@ import com.github.oowekyala.ooxml.messages.XmlSeverity;
|
||||
*
|
||||
* @author Clément Fournier
|
||||
*/
|
||||
@Experimental
|
||||
public class TestSchemaParser {
|
||||
|
||||
private final TestSchemaVersion version;
|
||||
|
||||
Reference in New Issue
Block a user