1 package org.collectionspace.services.common.vocabulary;
3 public class VocabManager {
4 static private final IVocabManager vocabManager = new VocabManagerImpl();
6 static public void exampleMethod(String someParam) {
7 vocabManager.exampleMethod(someParam);