Skip to content
This repository was archived by the owner on Mar 18, 2020. It is now read-only.

Commit 61028ab

Browse files
lsitumcritchlow
authored andcommitted
Remove corporate heading from the heading ingest file.
1 parent 14adf5d commit 61028ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/edu/ucsd/library/xdre/harvesting/CilHarvesting.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public class CilHarvesting implements RecordSource {
4949
private static final String CIL_TEXT = "CIL";
5050
private static final String COPYRIGHT_TEXT = "copyright";
5151

52-
private static String[] SUBJECT_HEADINGS = {"subject", "person", "corporate"};
52+
private static String[] SUBJECT_HEADINGS = {"subject", "person"};
5353

5454
private static final String SOURCE_ONTO_NAME_SUBFFIX = ".onto_name";
5555
private static final String SOURCE_FREE_TEXT_SUBFFIX = ".free_text";

0 commit comments

Comments
 (0)