Skip to content

Commit

Permalink
Remove outdated param
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Wisniewski <awisniew@us.ibm.com>
  • Loading branch information
awisniew90 committed Feb 7, 2025
1 parent f46121b commit 49e5f56
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ public static DevModeOperations getInstance() {
/**
* @param iProject The project instance to associate with this action.
* @param parms The configuration parameters to be used when starting dev mode.
* @param colorOutput Flag indicating if the output of the console should be colored
* @param javaHomePath The configuration java installation home to be set in the process running dev mode.
* @param launch The launch associated with this run.
* @param mode The configuration mode.
Expand Down Expand Up @@ -271,7 +270,6 @@ public void start(IProject iProject, String parms, String javaHomePath, ILaunch
*
* @param iProject The project instance to associate with this action.
* @param parms The configuration parameters to be used when starting dev mode.
* @param colorOutput Flag indicating if the output of the console should be colored
* @param javaHomePath The configuration java installation home to be set in the process running dev mode.
* @param launch The launch associated with this run.
* @param mode The configuration mode.
Expand Down

0 comments on commit 49e5f56

Please sign in to comment.