Skip to content

Commit

Permalink
cleanups, minor enhancements, renames
Browse files Browse the repository at this point in the history
  • Loading branch information
augustearth committed Mar 12, 2024
1 parent 5667d4b commit c377d2d
Show file tree
Hide file tree
Showing 10 changed files with 475 additions and 500 deletions.
4 changes: 2 additions & 2 deletions app/carnival-graph/src/main/groovy/carnival/graph/Base.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ class Base {
NAME_SPACE,

/**
* If the name space if global, the class that defined the model is
* stored in the vertex definition class property, which is requried by
* If the name space is global, the class that defines the model is
* stored in the vertex definition class property, which is required by
* parts of the Carnival machinery.
*/
VERTEX_DEFINITION_CLASS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ trait VertexDefinition extends ElementDefinition {
*/
Boolean isClass = null

// NOTE: propertyDefs come from WithPropertyDefsTrait, via
// ElementDefinition extends WithPropertyDefsTrait


///////////////////////////////////////////////////////////////////////////
// GETTERS / SETTERS
Expand Down

This file was deleted.

Loading

0 comments on commit c377d2d

Please sign in to comment.