-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Thang PHAM <[email protected]>
- Loading branch information
Showing
12 changed files
with
66 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* file, You can obtain one at http://mozilla.org/MPL/2.0/. | ||
*/ | ||
|
||
package com.powsybl.dynawaltz.xml; | ||
package com.powsybl.dynawo.xml; | ||
|
||
import javanet.staxutils.IndentingXMLStreamWriter; | ||
|
||
|
@@ -16,7 +16,7 @@ | |
import java.io.Writer; | ||
|
||
/** | ||
* TODO update next version powsybl dynawo 1.15.0 | ||
* TODO update next version powsybl-dynawo 2.7.0 | ||
* @author Mathieu Bague <[email protected]> | ||
*/ | ||
public final class XmlStreamWriterFactory { | ||
|
@@ -47,7 +47,7 @@ public static XMLStreamWriter newInstance(OutputStream os, boolean indent) throw | |
private static XMLStreamWriter withIndent(XMLStreamWriter xmlStreamWriter, boolean indent) { | ||
if (indent) { | ||
IndentingXMLStreamWriter indentingWriter = new IndentingXMLStreamWriter(xmlStreamWriter); | ||
indentingWriter.setIndent(DynaWaltzXmlConstants.INDENT); | ||
indentingWriter.setIndent(DynawoSimulationXmlConstants.INDENT); | ||
return indentingWriter; | ||
} | ||
return xmlStreamWriter; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters