Skip to content
This repository has been archived by the owner on Nov 14, 2021. It is now read-only.

Commit

Permalink
Added two missing javadoc tags
Browse files Browse the repository at this point in the history
  • Loading branch information
derklaro committed Aug 23, 2020
1 parent 8f1bd6c commit cd97bcc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ private EnvironmentBuilder() {
* Constructs the env for the specified process
*
* @param runningProcess The process for which we are building the env
* @param firstStart If the process is prepared the first time
* @param connectionKey The connection key generated for the process
*/
static void constructEnvFor(@NotNull DefaultNodeLocalProcessWrapper runningProcess, boolean firstStart, @NotNull String connectionKey) {
NetworkInfo networkInfo = runningProcess.getProcessInformation().getNetworkInfo();
Expand Down

0 comments on commit cd97bcc

Please sign in to comment.