Skip to content

Commit

Permalink
Return this instead of getInstance()
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Gooderham <[email protected]>
  • Loading branch information
turkeylurkey committed Jan 17, 2025
1 parent 828dd4f commit 6f7be9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public LibertyModules rescanLibertyModules(Project project) {
addLibertyModule(new LibertyModule(project, virtualFile, projectName, buildFile.getProjectType(), validContainerVersion));
}
}
return getInstance();
return this;
}

/**
Expand Down

0 comments on commit 6f7be9d

Please sign in to comment.