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 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 >
Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments