Skip to content

Commit 45bbb58

Browse files
Craig ShoemakerCraig Shoemaker
authored andcommitted
add include
1 parent 375926c commit 45bbb58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/container-apps/includes/migrate-java-premigration-os-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ ms.topic: include
66
ms.date: 03/11/2026
77
---
88

9-
<!-- Used by: migrate-spring-boot.md, migrate-spring-cloud-to-azure-container-apps.md -->
9+
<!-- Used by: migrate-spring-boot.md, migrate-spring-cloud-to-azure-container-apps.md, migrate-tomcat.md -->
1010

1111
If your application contains code with dependencies on the host OS, refactor it to remove those dependencies. For example, replace any use of `/` or `\` in file system paths with [`File.Separator`](https://docs.oracle.com/javase/8/docs/api/java/io/File.html#separator) or [`Paths.get`](https://docs.oracle.com/javase/8/docs/api/java/nio/file/Paths.html#get-java.lang.String-java.lang.String...-).

0 commit comments

Comments
 (0)