apply local

This commit is contained in:
Anthony Stirling
2023-12-25 20:51:32 +00:00
parent f2b701e3e3
commit 0fb0cb8bca
4 changed files with 31 additions and 8 deletions

View File

@@ -26,4 +26,11 @@ public class ApiEndpoint {
}
return true;
}
@Override
public String toString() {
return "ApiEndpoint [name=" + name + ", parameters=" + parameters + "]";
}
}