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