tests fixed + duplicated error stripes removed from end of xml tags
[fedora-idea.git] / dom / impl / src / com / intellij / util / xml / highlighting / DomHighlightStatus.java
blob07fc7b6bf5d5ad8cdb316918574a4bf10e4efdc0
1 /*
2 * Copyright (c) 2000-2006 JetBrains s.r.o. All Rights Reserved.
3 */
4 package com.intellij.util.xml.highlighting;
6 /**
7 * @author peter
8 */
9 public enum DomHighlightStatus {
10 NONE,
11 ANNOTATORS_FINISHED,
12 INSPECTIONS_FINISHED