mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 10:16:03 +02:00
[306865] - BreakpointOrganizerVMContext constructor should have public constructor
This commit is contained in:
parent
26918193cf
commit
4abe599850
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ public class BreakpointOrganizerVMContext extends AbstractVMContext implements I
|
||||||
private final IAdaptable fCategory;
|
private final IAdaptable fCategory;
|
||||||
private final IBreakpoint[] fBreakpoints;
|
private final IBreakpoint[] fBreakpoints;
|
||||||
|
|
||||||
BreakpointOrganizerVMContext(BreakpointOrganizerVMNode vmNode, IAdaptable category, IBreakpoint[] breakpoints) {
|
public BreakpointOrganizerVMContext(BreakpointOrganizerVMNode vmNode, IAdaptable category, IBreakpoint[] breakpoints) {
|
||||||
super(vmNode);
|
super(vmNode);
|
||||||
fCategory = category;
|
fCategory = category;
|
||||||
fBreakpoints = breakpoints;
|
fBreakpoints = breakpoints;
|
||||||
|
|
Loading…
Add table
Reference in a new issue