Browse Source

remove unncessary synchronization

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1855956 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_4_1_0
PJ Fanning 5 years ago
parent
commit
92232b921a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/ooxml/java/org/apache/poi/ooxml/util/DocumentHelper.java

+ 1
- 1
src/ooxml/java/org/apache/poi/ooxml/util/DocumentHelper.java View File

@@ -182,7 +182,7 @@ public final class DocumentHelper {
/**
* Creates a new DOM Document
*/
public static synchronized Document createDocument() {
public static Document createDocument() {
return documentBuilderSingleton.newDocument();
}


Loading…
Cancel
Save