CfService.getVolumes() is package private and not accessible outside of the io.pivotal.cfenv.core
package.
#286
Labels
bug
Something isn't working
Describe the bug
I'm trying the read the volumes as described in the README:
Unfortunately, the
CfService.getVolumes()
method is package private and is not accessible outside of theio.pivotal.cfenv.core
package.(see CfService)
I assume this is a bug.
Furthermore, the
cfVolumes.get(0).getPath();
returns aPath
object and not a String, as shown in the README example.I would be happy to provide a PR to fix this.
Reproduction steps
Try to compile the example in the README:
Expected behavior
CfService.getVolumes()
is public:Additional context
No response
The text was updated successfully, but these errors were encountered: