Skip to content

Commit

Permalink
Move classes
Browse files Browse the repository at this point in the history
  • Loading branch information
DoriCz committed Nov 20, 2024
1 parent f54c953 commit 225286a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package hu.bme.mit.theta.xsts.analysis.config.combined;
package hu.bme.mit.theta.xsts.analysis.timed;

import hu.bme.mit.theta.analysis.Trace;
import hu.bme.mit.theta.analysis.algorithm.lazy.LazyState;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package hu.bme.mit.theta.xsts.analysis.config.combined;
package hu.bme.mit.theta.xsts.analysis.timed;

import hu.bme.mit.theta.analysis.Prec;
import hu.bme.mit.theta.analysis.State;
Expand All @@ -21,7 +21,7 @@ public final class XstsCombinedPrecRefiner

private final RefutationToPrec<DPrec, R> refToPrec;

XstsCombinedPrecRefiner(final RefutationToPrec<DPrec, R> refToPrec) {
public XstsCombinedPrecRefiner(final RefutationToPrec<DPrec, R> refToPrec) {
this.refToPrec = refToPrec;
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package hu.bme.mit.theta.xsts.analysis.config.combined;
package hu.bme.mit.theta.xsts.analysis.timed;

import hu.bme.mit.theta.analysis.State;
import hu.bme.mit.theta.analysis.algorithm.lazy.LazyState;
Expand Down

0 comments on commit 225286a

Please sign in to comment.