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
Copy file name to clipboardExpand all lines: tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/provisional/tmf/core/model/TableColumnDescriptor.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ public Builder() {
135
135
* @param id
136
136
* the header id to set
137
137
* @return this {@link Builder} object
138
-
* @since 10.1
138
+
* @since 10.2
139
139
*/
140
140
publicBuildersetId(longid) {
141
141
fId = id;
@@ -185,7 +185,7 @@ public Builder setDataType(DataType dataType) {
185
185
* @param hiddenByDefault
186
186
* {@code true} if the column should be hidden by default
0 commit comments