SUSE / salt-netapi-client

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

Fix type mismatch error with Eclipse and VS Code #289

Closed renner closed 3 years ago

renner commented 3 years ago

This patch is needed to make the current master branch compile in Eclipse as well as in VS Code, where apparently the same compiler is used. This is the error message that I see there:

Type mismatch: cannot convert from List<Map<String,Object>> to List<Map<String,Result<R>>>