Skip to content

Commit

Permalink
Fixed Javadoc warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
michbarsinai committed May 22, 2021
1 parent d236653 commit 5162a07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.bthink-bgu</groupId>
<artifactId>BPjs</artifactId>
<version>0.12.1-SNAPSHOT</version>
<version>0.12.1</version>
<packaging>jar</packaging>

<name>BPjs</name>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/il/ac/bgu/cs/bp/bpjs/model/BProgram.java
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ public <T extends EventSelectionStrategy> 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 ) {
Expand All @@ -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 ) {
Expand Down

0 comments on commit 5162a07

Please sign in to comment.