mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
return unmodifiable list - IDEA-CR-12978
This commit is contained in:
+1
-1
@@ -247,7 +247,7 @@ public class XBreakpointManagerImpl implements XBreakpointManager, PersistentSta
|
||||
if (breakpoints != null) {
|
||||
result.addAll((Collection<? extends B>)breakpoints);
|
||||
}
|
||||
return result;
|
||||
return Collections.unmodifiableList(result);
|
||||
}
|
||||
|
||||
@NotNull
|
||||
|
||||
Reference in New Issue
Block a user