update copyright
[fedora-idea.git] / xml / openapi / src / com / intellij / codeInspection / XmlInspectionGroupNames.java
blob660d1535b94fbe8658e314dc2761920585f28083
1 package com.intellij.codeInspection;
3 import com.intellij.xml.XmlBundle;
5 /**
6 * @author Dmitry Avdeev
7 */
8 public interface XmlInspectionGroupNames {
9 String HTML_INSPECTIONS = XmlBundle.message("html.inspections.group.name");
10 String XML_INSPECTIONS = XmlBundle.message("xml.inspections.group.name");