Skip to content

Commit

Permalink
Rename algorithms package
Browse files Browse the repository at this point in the history
  • Loading branch information
gabortim committed Dec 19, 2023
1 parent 5e6e90b commit 1a9ab24
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.algos;
package org.openstreetmap.josm.data.validation.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
@@ -0,0 +1,6 @@
// License: GPL. For details, see LICENSE file.

/**
* General purpose algorithm classes for OSM data validation.
*/
package org.openstreetmap.josm.data.validation.algorithms;

This file was deleted.

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.algos.Tarjan;
import org.openstreetmap.josm.data.validation.algorithms.Tarjan;
import org.openstreetmap.josm.gui.progress.ProgressMonitor;
import org.openstreetmap.josm.spi.preferences.Config;

Expand Down

0 comments on commit 1a9ab24

Please sign in to comment.