Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
housengw committed May 7, 2022
1 parent bb820f6 commit f7b5ac4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions org.lflang/src/org/lflang/generator/DockerGeneratorBase.java
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,7 @@ public void addFederate(
/**
* Write the docker files generated for the federates added using `addFederate` so far.
*
* @param fileConfig The fileConfig.
* fileConfig.srcGenPath is assumed to point at
* where the docker-compose.yml file should be generated.
* @param dockerComposeFilePath The path where the docker compose file will be written.
*/
public void writeDockerFiles(Path dockerComposeFilePath) throws IOException {
for (String lfModuleName : moduleNameToData.keySet()) {
Expand Down

0 comments on commit f7b5ac4

Please sign in to comment.