You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 28, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: structurizr-import/src/test/java/com/structurizr/importer/documentation/AdrToolsDecisionImporterTests.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
11
11
importjava.io.File;
12
12
importjava.text.SimpleDateFormat;
13
-
importjava.util.TimeZone;
13
+
importjava.util.Locale;
14
14
15
15
importstaticorg.junit.jupiter.api.Assertions.*;
16
16
@@ -81,7 +81,7 @@ public void test_importDecisions() {
Copy file name to clipboardExpand all lines: structurizr-import/src/test/java/com/structurizr/importer/documentation/Log4brainsDecisionImporterTests.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
11
11
importjava.io.File;
12
12
importjava.text.SimpleDateFormat;
13
-
importjava.util.TimeZone;
13
+
importjava.util.Locale;
14
14
15
15
importstaticorg.junit.jupiter.api.Assertions.*;
16
16
@@ -75,7 +75,7 @@ public void test_importDocumentation_ThrowsAnException_WhenAPathIsSpecifiedButIt
0 commit comments