Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/classes/BINGOController.cls
Original file line number Diff line number Diff line change
Expand Up @@ -335,4 +335,4 @@ global with sharing class BINGOController {

return ret;
}
}
}
4 changes: 2 additions & 2 deletions src/classes/BeerControllerTest.cls
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ private class BeerControllerTest {
static testMethod void myTest() {
PagedResult result = BeerController.findAll('', 0, 1);
System.assert(result != null);
}
}
} // comment
}
4 changes: 2 additions & 2 deletions src/classes/ChatterEmailHandler.cls
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
global class ChatterEmailHandler implements Messaging.InboundEmailHandler {
global Messaging.InboundEmailResult handleInboundEmail(Messaging.InboundEmail email, Messaging.InboundEnvelope envelope) {

//create result for email operation
//create result for email operationZczxcZXCZXCZCXZC
Messaging.InboundEmailResult result = new Messaging.InboundEmailresult();
try{
User user = [select id from User where email = :email.fromAddress];
Expand Down Expand Up @@ -315,4 +315,4 @@ global class ChatterEmailHandler implements Messaging.InboundEmailHandler {



}
}
4 changes: 2 additions & 2 deletions src/classes/ContactController.cls
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
public with sharing class ContactController {

// comment
@AuraEnabled
public static List<Contact> findAll() {
return [SELECT Id, Name from Contact limit 20];
Expand All @@ -10,4 +10,4 @@ public with sharing class ContactController {
String key = '%' + name + '%';
return [SELECT Id, Name FROM Contact WHERE Name LIKE :key LIMIT 20];
}
}
}
3 changes: 2 additions & 1 deletion src/classes/File_Test.cls
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@isTest
private class File_Test {
//oiajsdf;oisajdf;osaidjf;osadijf;ods
static testMethod void testo(){}
}
}