Skip to content

Commit

Permalink
Moved AdjacencyMatrixTransitionView to other transitions views
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorFilimonov committed Oct 10, 2024
1 parent 7373730 commit 8eb0409
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import automaton.constructor.model.automaton.Automaton
import automaton.constructor.model.element.AutomatonVertex
import automaton.constructor.model.element.Transition
import automaton.constructor.utils.I18N
import automaton.constructor.view.elements.vertex.AdjacencyMatrixTransitionView
import automaton.constructor.view.elements.transition.AdjacencyMatrixTransitionView
import automaton.constructor.view.AutomatonViewContext
import javafx.beans.property.ReadOnlyDoubleProperty
import javafx.beans.property.SimpleObjectProperty
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package automaton.constructor.view.elements.vertex
package automaton.constructor.view.elements.transition

import automaton.constructor.model.element.Transition
import automaton.constructor.view.elements.transition.TableTransitionView
Expand Down

0 comments on commit 8eb0409

Please sign in to comment.