You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This parameter is optional but the description didn't clarify that and
didn't mention the default value if it's omitted.
Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Copy file name to clipboardExpand all lines: trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/model/TreeEntryModel.java
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -38,10 +38,11 @@ public interface TreeEntryModel {
38
38
/**
39
39
* @return The auto-expand level.
40
40
*/
41
-
@Schema(description = "Sets the auto-expand level to be used for the input of the tree. The "
41
+
@Schema(description = "Optional auto-expand level to be used for the input of the tree. "
42
+
+ "If omitted or value -1 means that all subtrees should be expanded. The "
42
43
+ "value 0 means that there is no auto-expand; 1 means that top-level "
43
44
+ "elements are expanded, but not their children; 2 means that top-level "
44
45
+ "elements are expanded, and their children, but not grand-children; and so "
45
-
+ "on. The value -1 means that all subtrees should be expanded.")
0 commit comments