blob: 8ed73fa488d59cceb115f389c730a103dd847a10 [file] [log] [blame]
package org.apache.curator.framework.api;
public interface BackgroundPathableQuietlyable<T> extends BackgroundPathable<T>, Quietly<BackgroundPathable<T>>
{
}