Skip to content

Commit 5162a07

Browse files
committed
Fixed Javadoc warnings
1 parent d236653 commit 5162a07

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.github.bthink-bgu</groupId>
77
<artifactId>BPjs</artifactId>
8-
<version>0.12.1-SNAPSHOT</version>
8+
<version>0.12.1</version>
99
<packaging>jar</packaging>
1010

1111
<name>BPjs</name>

src/main/java/il/ac/bgu/cs/bp/bpjs/model/BProgram.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ public <T extends EventSelectionStrategy> T setEventSelectionStrategy(T anEventS
507507

508508
/**
509509
* Set the log level - logging called below the set level are ignored.
510-
* @param aLevel
510+
* @param aLevel The new logging level
511511
*/
512512
public void setLogLevel( BpLog.LogLevel aLevel ) {
513513
if ( jsProxy != null ) {
@@ -520,7 +520,7 @@ public void setLogLevel( BpLog.LogLevel aLevel ) {
520520
/**
521521
* Set the print stream used for logging.
522522
*
523-
* @param printStream
523+
* @param printStream the new logging destination stream
524524
*/
525525
public void setLoggerOutputStreamer(PrintStream printStream){
526526
if ( jsProxy != null ) {

0 commit comments

Comments
 (0)