Skip to content

Commit

Permalink
Move Tarjan class one level up
Browse files Browse the repository at this point in the history
  • Loading branch information
gabortim committed Dec 27, 2023
1 parent 6068544 commit 53b386d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// License: GPL. For details, see LICENSE file.
package org.openstreetmap.josm.data.validation.algorithms;
package org.openstreetmap.josm.data.algorithms;

import org.openstreetmap.josm.data.osm.Node;
import org.openstreetmap.josm.data.osm.NodeGraph;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
/**
* General purpose algorithm classes for OSM data validation.
*/
package org.openstreetmap.josm.data.validation.algorithms;
package org.openstreetmap.josm.data.algorithms;
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import org.openstreetmap.josm.data.validation.Severity;
import org.openstreetmap.josm.data.validation.Test;
import org.openstreetmap.josm.data.validation.TestError;
import org.openstreetmap.josm.data.validation.algorithms.Tarjan;
import org.openstreetmap.josm.data.algorithms.Tarjan;
import org.openstreetmap.josm.gui.progress.ProgressMonitor;
import org.openstreetmap.josm.spi.preferences.Config;
import org.openstreetmap.josm.tools.Pair;
Expand Down

0 comments on commit 53b386d

Please sign in to comment.