summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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