diff --git a/force-app/main/default/classes/Sample1.cls b/force-app/main/default/classes/Sample1.cls index 8fc681d..70a6b78 100644 --- a/force-app/main/default/classes/Sample1.cls +++ b/force-app/main/default/classes/Sample1.cls @@ -1,8 +1,8 @@ public with sharing class Sample1 { public Sample1() { System.debug('Hello World'); - System.debug('shreys'); + System.debug('shreys'); System.debug('new changes'); - System.debug('one more change is here'); + System.debug('Testing 123'); } } \ No newline at end of file