From be202f6d6e4726ff4c35f0a97ded1d32ffa8d38f Mon Sep 17 00:00:00 2001 From: Richard Millet Date: Tue, 21 Aug 2018 17:19:22 -0700 Subject: [PATCH] NOJIRA: Fixed compilation problem in VocabularyResource.java --- .../collectionspace/services/vocabulary/VocabularyResource.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/vocabulary/service/src/main/java/org/collectionspace/services/vocabulary/VocabularyResource.java b/services/vocabulary/service/src/main/java/org/collectionspace/services/vocabulary/VocabularyResource.java index 1db1bb09c..b1c038141 100644 --- a/services/vocabulary/service/src/main/java/org/collectionspace/services/vocabulary/VocabularyResource.java +++ b/services/vocabulary/service/src/main/java/org/collectionspace/services/vocabulary/VocabularyResource.java @@ -416,7 +416,7 @@ public class VocabularyResource extends return result; } - private String getCsid(ListItem item) { + public String getCsid(ListItem item) { return getFieldValue(item, "csid"); } -- 2.47.3