Skip to content

Instantly share code, notes, and snippets.

@rahulmalhotra
Created December 17, 2017 05:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rahulmalhotra/c78ceaac14413cc510be59d5d6485457 to your computer and use it in GitHub Desktop.
Save rahulmalhotra/c78ceaac14413cc510be59d5d6485457 to your computer and use it in GitHub Desktop.
Code snippet throwing error because of excessive parameters
public void doMoreWork(Integer p1, Integer p1, Integer p3, Integer p4 ) {
System.log('function with excessive parameters');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment