eXtensibleCatalog / Metadata-Services-Toolkit

Tools for processing and aggregating metadata
Other
6 stars 3 forks source link

Fix typo in Transformation 1.0 code #529

Open patrickzurek opened 7 years ago

patrickzurek commented 7 years ago

JIRA issue created by: jbowen Originally opened: 2011-09-13 08:28 PM

Issue body: (nt)

patrickzurek commented 7 years ago

JIRA Coment by user: jbowen JIRA Timestamp: 2011-09-13 08:28 PM

Comment body:

Do a spellcheck on the code for Transformation 1.0 and look for any instances of the typo: "spacial" and change it to "spatial" anywhere in the code.

patrickzurek commented 7 years ago

JIRA Coment by user: rcook JIRA Timestamp: 2012-04-30 05:08 PM

Comment body:

As we prepare to move to Jira tomorrow, I don't want to move any issues assigned to Ben, so moving them all to John (sorry John).

patrickzurek commented 7 years ago

JIRA Coment by user: jbrand JIRA Timestamp: 2012-07-25 09:55 AM

Comment body:

$ find . -name '.java' -print | xargs grep -i spatial ./mst-common/src/java/xc/mst/utils/XmlHelper.java: "spacial", "spatial", ./mst-service/custom/DCToXCTransformation/src/xc/mst/services/dc2xc/DCTransformationService.java: dctermsElements.put("spatial", "work"); ./mst-service/impl/src/java/xc/mst/services/impl/service/SolrTransformationService.java: * $a becomes the dcterms:spatial field at the work FRBR level. ./mst-service/impl/src/java/xc/mst/services/impl/service/SolrTransformationService.java: // Create an dcterms:spatial based on the 522 $a values ./mst-service/impl/src/java/xc/mst/services/impl/service/SolrTransformationService.java: "spatial", AggregateXCRecord.DCTERMS_NAMESPACE, null, ./mst-service/impl/src/java/xc/mst/services/impl/service/SolrTransformationService.java: // Create an xc:spatial with a type based on the 2nd indicator and a ./mst-service/impl/src/java/xc/mst/services/impl/service/SolrTransformationService.java: transformInto, 651, "aevxyz234", "vxyz", "spatial", ./mst-service/impl/src/java/xc/mst/services/impl/service/SolrTransformationService.java: \ $a subfield becomes the xc:spatial field at the work FRBR level. ./mst-service/impl/src/java/xc/mst/services/impl/service/SolrTransformationService.java: // Create an xc:spatial based on the 967 $a value ./mst-service/impl/src/java/xc/mst/services/impl/service/SolrTransformationService.java: transformInto, 967, "az", "", "spatial",