Skip to content

Commit

Permalink
Update DummyClass.cls
Browse files Browse the repository at this point in the history
  • Loading branch information
fschiozerSFDC authored Dec 27, 2023
1 parent acb956f commit 640afc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions force-app/main/default/classes/DummyClass.cls
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ public with sharing class DummyClass {
}

public static String getStatic(){
String a = 'RETORNO';
String a = 'DOIS RETORNO';

return a;
}
}
}

0 comments on commit 640afc1

Please sign in to comment.