mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +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 IBreakpoint[] fBreakpoints;
|
||||
|
||||
BreakpointOrganizerVMContext(BreakpointOrganizerVMNode vmNode, IAdaptable category, IBreakpoint[] breakpoints) {
|
||||
public BreakpointOrganizerVMContext(BreakpointOrganizerVMNode vmNode, IAdaptable category, IBreakpoint[] breakpoints) {
|
||||
super(vmNode);
|
||||
fCategory = category;
|
||||
fBreakpoints = breakpoints;
|
||||
|
|
Loading…
Add table
Reference in a new issue