To replace the current signature of a function with a new function that has a different signature (for example, replace foo(String)
with foo(String, String)
so that foo(String)
is no longer valid):
Note: When deleting a utility function, there may be other rules also utilizing the function. Accordingly, be sure to re-test your application after deleting a function. You can also use the Application Validation tool to revalidate your application.