mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
public constructor
This commit is contained in:
@@ -22,7 +22,7 @@ public final class ProjectDescriptor {
|
||||
|
||||
private int myUseCounter = 1;
|
||||
|
||||
ProjectDescriptor(String projectName, Project project, FSState fsState, ProjectTimestamps timestamps, BuildDataManager dataManager) {
|
||||
public ProjectDescriptor(String projectName, Project project, FSState fsState, ProjectTimestamps timestamps, BuildDataManager dataManager) {
|
||||
this.projectName = projectName;
|
||||
this.project = project;
|
||||
this.fsState = fsState;
|
||||
|
||||
Reference in New Issue
Block a user