Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol committed Dec 15, 2024
1 parent 65abd5f commit 2fe6178
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/neqsim/process/processmodel/ProcessModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class ProcessModel implements Runnable {
* </p>
*
*
* @return a {@link java.lang.Boolean} runStep
* @return a {@link java.lang.boolean} runStep
*
*/
public boolean isRunStep() {
Expand Down Expand Up @@ -49,7 +49,7 @@ public void setRunStep(boolean runStep) {
* @param name name of process
* @param process process to add
*
* @return a {@link java.lang.Boolean} success
* @return a {@link java.lang.boolean} success
*/
public boolean add(String name, ProcessSystem process) {
processes.add(process);
Expand Down

0 comments on commit 2fe6178

Please sign in to comment.