[FIX] make MergableCustomMetaData public in TribeService
This commit is contained in:
parent
446037ccb8
commit
933c4f42b3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue