Skip to content

Commit

Permalink
Javadoc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
michbarsinai committed Feb 6, 2019
1 parent 5cfc208 commit a00d1c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ public class DfsBProgramVerifier {
public final static long DEFAULT_MAX_TRACE = 1000;

/**
* Default number of iterations between invocation of
* {@link ProgressListener#iterationCount(long, long, il.ac.bgu.cs.bp.bpjs.verification.DfsBProgramVerifier)}.
* Default number of iterations between invoking the progress listeners.
*/
public final static long DEFAULT_ITERATION_COUNT_GAP = 1000;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

import il.ac.bgu.cs.bp.bpjs.model.SyncStatement;
import il.ac.bgu.cs.bp.bpjs.model.BEvent;
import il.ac.bgu.cs.bp.bpjs.model.BProgram;
import il.ac.bgu.cs.bp.bpjs.model.BProgramSyncSnapshot;
import java.util.List;
import java.util.Optional;
import java.util.Set;

Expand Down

0 comments on commit a00d1c5

Please sign in to comment.