Skip to content

Commit 16465a8

Browse files
Fix nested comment generation (#1826)
1 parent f16970b commit 16465a8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name := "codepropertygraph"
22

33
// parsed by project/Versions.scala, updated by updateDependencies.sh
4-
val flatgraphVersion = "0.1.21"
4+
val flatgraphVersion = "0.1.22"
55

66
inThisBuild(
77
List(

domainClasses/src/main/generated/io/shiftleft/codepropertygraph/generated/PropertyNames.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -274,16 +274,16 @@ object PropertyNames {
274274
*/
275275
val Version: String = "VERSION"
276276

277-
/** /** This is a contained node */ */
277+
/** This is a contained node */
278278
val Evidence: String = "evidence"
279279

280-
/** /** This is a contained node */ */
280+
/** This is a contained node */
281281
val Keyvaluepairs: String = "keyValuePairs"
282282

283-
/** /** This is a contained node */ */
283+
/** This is a contained node */
284284
val Node: String = "node"
285285

286-
/** /** This is a contained node */ */
286+
/** This is a contained node */
287287
val Tag: String = "tag"
288288

289289
val All: Set[String] = new HashSet[String](

0 commit comments

Comments
 (0)