Skip to content

Commit 908c529

Browse files
committed
Commit prior to germany.
1 parent 9a8c3c2 commit 908c529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/uk/co/turingatemyhamster/owl2/ast/AnnotationAxiomModuleAst.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ case class AnnotationPropertyRange(axiomAnnotations: List[Annotation] = Nil,
3636
annotationProperty: AnnotationProperty,
3737
range: IRI) extends AnnotationAxiom
3838

39-
case class AnnotationAssertion(axiomAnnotations: List[Annotation] = Nil,
39+
case class asAnnotationAssertion(axiomAnnotations: List[Annotation] = Nil,
4040
annotationSubject: AnnotationSubject,
4141
annotationProperty: AnnotationProperty,
4242
annotationValue: AnnotationValue) extends AnnotationAxiom

0 commit comments

Comments
 (0)