Skip to content

Commit 33f098e

Browse files
Fix AI comment
1 parent ee601ea commit 33f098e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/model/tree/TmfTreeCompositeDataProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public String getId() {
189189
* @return the list of encapsulated providers
190190
*/
191191
public List<P> getProviders() {
192-
return fProviders;
192+
return Collections.unmodifiableList(fProviders);
193193
}
194194

195195
/**

0 commit comments

Comments
 (0)