From 5162a0722b80add9980c98fe17694366110c55f3 Mon Sep 17 00:00:00 2001 From: Michael Bar-Sinai Date: Sun, 23 May 2021 01:22:33 +0300 Subject: [PATCH] Fixed Javadoc warnings --- pom.xml | 2 +- src/main/java/il/ac/bgu/cs/bp/bpjs/model/BProgram.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index f13b3683..95c29e6c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.github.bthink-bgu BPjs - 0.12.1-SNAPSHOT + 0.12.1 jar BPjs diff --git a/src/main/java/il/ac/bgu/cs/bp/bpjs/model/BProgram.java b/src/main/java/il/ac/bgu/cs/bp/bpjs/model/BProgram.java index 551dff3d..04732517 100644 --- a/src/main/java/il/ac/bgu/cs/bp/bpjs/model/BProgram.java +++ b/src/main/java/il/ac/bgu/cs/bp/bpjs/model/BProgram.java @@ -507,7 +507,7 @@ public T setEventSelectionStrategy(T anEventS /** * Set the log level - logging called below the set level are ignored. - * @param aLevel + * @param aLevel The new logging level */ public void setLogLevel( BpLog.LogLevel aLevel ) { if ( jsProxy != null ) { @@ -520,7 +520,7 @@ public void setLogLevel( BpLog.LogLevel aLevel ) { /** * Set the print stream used for logging. * - * @param printStream + * @param printStream the new logging destination stream */ public void setLoggerOutputStreamer(PrintStream printStream){ if ( jsProxy != null ) {