Compare commits
16 Commits
1706336347
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| a578b75a85 | |||
| c3b0d904a6 | |||
| adb226d78a | |||
| 1d3dc28e6c | |||
| cb7f707f91 | |||
|
|
b795711477 | ||
|
|
4777df1fa3 | ||
|
|
99f0d0790f | ||
| d5b29873c4 | |||
| 0bcc81dada | |||
|
|
b43fe0bf1f | ||
| 94b0259050 | |||
| 63d5cbecf1 | |||
| 6615c86fe3 | |||
| 9d2daf0c6d | |||
|
|
cddae3ef12 |
12
force-app/main/default/classes/Sample1.cls
Normal file
12
force-app/main/default/classes/Sample1.cls
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
public with sharing class Sample1 {
|
||||||
|
public Sample1() {
|
||||||
|
//System.debug('Hello World');
|
||||||
|
//System.debug('shreys');
|
||||||
|
System.debug('Testing');
|
||||||
|
System.debug('Hello World');
|
||||||
|
System.debug('shreys');
|
||||||
|
System.debug('new changes');
|
||||||
|
System.debug('Testing 123');
|
||||||
|
System.debug('Tested 123');
|
||||||
|
}
|
||||||
|
}
|
||||||
5
force-app/main/default/classes/Sample1.cls-meta.xml
Normal file
5
force-app/main/default/classes/Sample1.cls-meta.xml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<ApexClass xmlns="http://soap.sforce.com/2006/04/metadata">
|
||||||
|
<apiVersion>63.0</apiVersion>
|
||||||
|
<status>Active</status>
|
||||||
|
</ApexClass>
|
||||||
Reference in New Issue
Block a user