summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdoardo La Greca2025-08-20 18:11:33 +0200
committerEdoardo La Greca2025-08-20 18:11:33 +0200
commita673fbecc5805af2cf74b9f158f82eafa54a5b94 (patch)
tree715aecdc5ddb163a3047572a283775f24e51b6fc
parentb894632aac32aebfd0a2c9830cc79e56d574c41e (diff)
temporarily comment-out PathInfo
-rw-r--r--lib/src/main/kotlin/PathInfo.kt4
1 files changed, 3 insertions, 1 deletions
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