To check merge conflict

This commit is contained in:
Amit Aher
2025-04-12 11:31:11 +05:30
parent 94b0259050
commit b43fe0bf1f

View File

@@ -1,6 +1,7 @@
public with sharing class Sample1 { public with sharing class Sample1 {
public Sample1() { public Sample1() {
System.debug('Hello World'); //System.debug('Hello World');
System.debug('shreys'); //System.debug('shreys');
System.debug('Testing');
} }
} }