diff options
author | Edoardo La Greca | 2025-08-20 18:11:33 +0200 |
---|---|---|
committer | Edoardo La Greca | 2025-08-20 18:11:33 +0200 |
commit | a673fbecc5805af2cf74b9f158f82eafa54a5b94 (patch) | |
tree | 715aecdc5ddb163a3047572a283775f24e51b6fc | |
parent | b894632aac32aebfd0a2c9830cc79e56d574c41e (diff) |
temporarily comment-out PathInfo
-rw-r--r-- | lib/src/main/kotlin/PathInfo.kt | 4 |
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 |