Skip to content

Commit

Permalink
Axiom: Renamed uses to include
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
  • Loading branch information
tonydamage committed Jun 15, 2020
1 parent f296694 commit 0783318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -64,7 +64,7 @@ public Optional<AxiomIdentifierDefinition> identifierDefinition() {

public static final AxiomItemDefinition TARGET = new Item("target", Type.TYPE_REFERENCE, true);
public static final AxiomItemDefinition REF_TARGET = new Item("target", Type.TYPE_DEFINITION, true);
public static final AxiomItemDefinition USES = new Item("uses", Type.TYPE_REFERENCE, true);
public static final AxiomItemDefinition USES = new Item("include", Type.TYPE_REFERENCE, true);

public static final AxiomItemDefinition VALUE = new Item("value", null, true);

Expand Down
2 changes: 1 addition & 1 deletion infra/axiom/src/main/resources/axiom-model.axiom
Expand Up @@ -131,7 +131,7 @@ model axiom-model {
}

// FIXME: should be use
item uses {
item include {
type AxiomTypeReference;
documentation """
Reference to mixin, from which this type definition reuses item definitions.
Expand Down

0 comments on commit 0783318

Please sign in to comment.