-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Git is hallucinating some file changes.
- Loading branch information
1 parent
8866d3c
commit 4529f1c
Showing
2 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
16 changes: 8 additions & 8 deletions
16
src/functionalTest/resources/scenarios/base_java/src/main/java/test/TestClassCrlfApply.java
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
package test; | ||
|
||
// This source file is in CRLF to test proper Windows compatibility. | ||
public class TestClassCrlfApply { | ||
public static void main(String[] args) { | ||
System.out.println("Hello world."); | ||
} | ||
} | ||
package test; | ||
|
||
// This source file is in CRLF to test proper Windows compatibility. | ||
public class TestClassCrlfApply { | ||
public static void main(String[] args) { | ||
System.out.println("Hello world."); | ||
} | ||
} |
28 changes: 14 additions & 14 deletions
28
src/functionalTest/resources/scenarios/base_java/src/main/java/test/TestClassCrlfCheck.java
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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
/* | ||
* Sample header 2023. | ||
* | ||
* File: TestClassCrlfCheck.java | ||
*/ | ||
|
||
package test; | ||
|
||
// This source file is in CRLF to test proper Windows compatibility. | ||
public class TestClassCrlfCheck { | ||
public static void main(String[] args) { | ||
System.out.println("Hello world."); | ||
} | ||
} | ||
/* | ||
* Sample header 2023. | ||
* | ||
* File: TestClassCrlfCheck.java | ||
*/ | ||
|
||
package test; | ||
|
||
// This source file is in CRLF to test proper Windows compatibility. | ||
public class TestClassCrlfCheck { | ||
public static void main(String[] args) { | ||
System.out.println("Hello world."); | ||
} | ||
} |