Skip to content

Commit 7523029

Browse files
author
Chris Mitchell
committed
fix: update validation doc
1 parent efdd41b commit 7523029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/xero/api/XeroApiExceptionHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public void validationError(Integer statusCode, String objectType, com.xero.mode
7373
/** Handle Validation Errors (400)
7474
* @param statusCode Integer the server status code returned.
7575
* @param objectType String object type being interacted with when the error was returned.
76-
* @param error Problem object with details specific to UK Payroll API
76+
* @param error Problem object with details specific to AU Payroll 2.0 API
7777
* @param e Exception object with details about the original exception
7878
*/
7979
public void validationError(Integer statusCode, String objectType, com.xero.models.payrollauv2.Problem error, Exception e) {

0 commit comments

Comments
 (0)