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

public -> private

parent 17a11c38
No related branches found
No related tags found
No related merge requests found
Pipeline #44571 passed
......@@ -63,7 +63,7 @@ public class ConversionService {
return new ShaclModel(prefixList, shapesSorted);
}
public static int calculateDepth(VicShape shape, List<VicShape> shapes) {
private static int calculateDepth(VicShape shape, List<VicShape> shapes) {
int depth = 0;
for (ShapeProperties property : shape.getConstraints()) {
String children = property.getChildren();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment