Skip to content
Snippets Groups Projects
Commit a99c1d20 authored by Robert Schubert's avatar Robert Schubert
Browse files

changed public to private

parent 7726d8db
No related branches found
No related tags found
No related merge requests found
Pipeline #45925 passed
...@@ -63,7 +63,7 @@ public class ConversionService { ...@@ -63,7 +63,7 @@ public class ConversionService {
return new ShaclModel(prefixList, shapesSorted); return new ShaclModel(prefixList, shapesSorted);
} }
public static int calculateDepth(VicShape shape, List<VicShape> shapes, Map<VicShape, Integer> visitedShapes) { private static int calculateDepth(VicShape shape, List<VicShape> shapes, Map<VicShape, Integer> visitedShapes) {
if (visitedShapes.containsKey(shape)) { if (visitedShapes.containsKey(shape)) {
return visitedShapes.get(shape); return visitedShapes.get(shape);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment