From a673fbecc5805af2cf74b9f158f82eafa54a5b94 Mon Sep 17 00:00:00 2001 From: Edoardo La Greca Date: Wed, 20 Aug 2025 18:11:33 +0200 Subject: temporarily comment-out PathInfo --- lib/src/main/kotlin/PathInfo.kt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/src/main/kotlin/PathInfo.kt b/lib/src/main/kotlin/PathInfo.kt index 2aee406..32022ba 100644 --- a/lib/src/main/kotlin/PathInfo.kt +++ b/lib/src/main/kotlin/PathInfo.kt @@ -1,3 +1,4 @@ +/* /** * This class holds all info about paths, their FIDs, and their QIDs. */ @@ -90,4 +91,5 @@ class PathInfo() { } throw IllegalStateException() } -} \ No newline at end of file +} +*/ \ No newline at end of file -- cgit v1.2.3