File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
domainClasses/src/main/generated/io/shiftleft/codepropertygraph/generated Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
name := " codepropertygraph"
2
2
3
3
// parsed by project/Versions.scala, updated by updateDependencies.sh
4
- val flatgraphVersion = " 0.1.21 "
4
+ val flatgraphVersion = " 0.1.22 "
5
5
6
6
inThisBuild(
7
7
List (
Original file line number Diff line number Diff line change @@ -274,16 +274,16 @@ object PropertyNames {
274
274
*/
275
275
val Version : String = " VERSION"
276
276
277
- /** /* * This is a contained node */ */
277
+ /** This is a contained node */
278
278
val Evidence : String = " evidence"
279
279
280
- /** /* * This is a contained node */ */
280
+ /** This is a contained node */
281
281
val Keyvaluepairs : String = " keyValuePairs"
282
282
283
- /** /* * This is a contained node */ */
283
+ /** This is a contained node */
284
284
val Node : String = " node"
285
285
286
- /** /* * This is a contained node */ */
286
+ /** This is a contained node */
287
287
val Tag : String = " tag"
288
288
289
289
val All : Set [String ] = new HashSet [String ](
You can’t perform that action at this time.
0 commit comments