Reverted debug output.
This commit is contained in:
-3
@@ -47,8 +47,6 @@ import java.util.concurrent.ConcurrentMap;
|
|||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public class CoreAnnotationsProvider extends ExternalAnnotationsProvider {
|
public class CoreAnnotationsProvider extends ExternalAnnotationsProvider {
|
||||||
static int loadDocumentCount = 0;
|
|
||||||
|
|
||||||
static {
|
static {
|
||||||
// This is an ugly workaround for JDOM 1.1 used from application started from Ant 1.8 without forking
|
// This is an ugly workaround for JDOM 1.1 used from application started from Ant 1.8 without forking
|
||||||
System.setProperty("javax.xml.parsers.SAXParserFactory", "com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl");
|
System.setProperty("javax.xml.parsers.SAXParserFactory", "com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl");
|
||||||
@@ -150,7 +148,6 @@ public class CoreAnnotationsProvider extends ExternalAnnotationsProvider {
|
|||||||
Document document;
|
Document document;
|
||||||
try {
|
try {
|
||||||
//noinspection ConstantConditions
|
//noinspection ConstantConditions
|
||||||
System.out.println("loadDocument count = " + (loadDocumentCount++));
|
|
||||||
document = JDOMUtil.loadDocument(escapeAttributes(StreamUtil.readText(file.getVirtualFile().getInputStream())));
|
document = JDOMUtil.loadDocument(escapeAttributes(StreamUtil.readText(file.getVirtualFile().getInputStream())));
|
||||||
}
|
}
|
||||||
catch (IOException e) {
|
catch (IOException e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user