[FIX] make MergableCustomMetaData public in TribeService

This commit is contained in:
Areek Zillur 2016-11-21 23:02:36 -05:00
parent 446037ccb8
commit 933c4f42b3
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ public class TribeService extends AbstractLifecycleComponent {
*
* @param <T> type of custom meta data
*/
interface MergableCustomMetaData<T extends MetaData.Custom> {
public interface MergableCustomMetaData<T extends MetaData.Custom> {
/**
* Merges this custom metadata with other, returning either this or <code>other</code> custom metadata