File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/il/ac/bgu/cs/bp/bpjs/model Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.github.bthink-bgu</groupId >
7
7
<artifactId >BPjs</artifactId >
8
- <version >0.12.1-SNAPSHOT </version >
8
+ <version >0.12.1</version >
9
9
<packaging >jar</packaging >
10
10
11
11
<name >BPjs</name >
Original file line number Diff line number Diff line change @@ -507,7 +507,7 @@ public <T extends EventSelectionStrategy> T setEventSelectionStrategy(T anEventS
507
507
508
508
/**
509
509
* Set the log level - logging called below the set level are ignored.
510
- * @param aLevel
510
+ * @param aLevel The new logging level
511
511
*/
512
512
public void setLogLevel ( BpLog .LogLevel aLevel ) {
513
513
if ( jsProxy != null ) {
@@ -520,7 +520,7 @@ public void setLogLevel( BpLog.LogLevel aLevel ) {
520
520
/**
521
521
* Set the print stream used for logging.
522
522
*
523
- * @param printStream
523
+ * @param printStream the new logging destination stream
524
524
*/
525
525
public void setLoggerOutputStreamer (PrintStream printStream ){
526
526
if ( jsProxy != null ) {
You can’t perform that action at this time.
0 commit comments