Ticket #81 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

annotation type string is incorrect

Reported by: stevec Assigned to: pradeep
Priority: high Milestone:
Component: topaz Version:
Keywords: Cc:
Blocking: Blocked By:

Description

In the comments and code for the annotation types, it lists the types with a URL like this:

http://www.w3.org/2000/10/annotationTypes#Annotation

But it seems, that it should be http://www.w3.org/2000/10/annotationType#Annotation (i.e. annotationType is singular, not plural). It seems to pop up at least once in the actual code.

Dependency Graph

Change History

07/07/06 10:26:46 changed by pradeep

  • status changed from new to assigned.

07/07/06 10:32:01 changed by pradeep

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [146]) Correct annotation type namespace url. Fixes #81.