mirror of https://github.com/apache/poi.git
remove unncessary synchronization
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1855956 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
895b251367
commit
92232b921a
|
@ -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…
Reference in New Issue