Fix ssh query output for '--depends-on--all' search attribute
Currently, the switch fails to add the depends-on information because of
error [1], when '--format JSON' option is not used. Make the fields
public to fix the issue.
[1] java.lang.IllegalAccessException: class com.google.gerrit.server.query.change.OutputStreamQuery cannot access a member of class com.googlesource.gerrit.plugins.depends.on.DependsOnAttributeFactory$DependsOnAttribute with modifiers "protected"
Change-Id: Ic07ac5c72a688d01c521fa857ffe95aea92e7edd
2 files changed