From: Richard Millet Date: Wed, 22 Aug 2018 00:19:22 +0000 (-0700) Subject: NOJIRA: Fixed compilation problem in VocabularyResource.java X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=be202f6d6e4726ff4c35f0a97ded1d32ffa8d38f;p=tmp%2Fjakarta-migration.git NOJIRA: Fixed compilation problem in VocabularyResource.java --- 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"); }