SUSE / salt-netapi-client

Java bindings for the Salt API
MIT License
85 stars 95 forks source link

handle array of names and null #300

Closed lucidd closed 2 years ago

lucidd commented 2 years ago

This PR changes the type of StateApplyResult function name to reflect the possibility of returning null a single string value or an array of string values. This supersedes https://github.com/SUSE/salt-netapi-client/pull/296.