YARN-6000. Make AllocationFileLoaderService.Listener public. (Tao Jie via kasha)

This commit is contained in:
Karthik Kambatla 2016-12-23 11:40:56 -08:00
parent 4e9029653d
commit 4d3f73acc0
1 changed files with 1 additions and 1 deletions

View File

@ -639,7 +639,7 @@ public class AllocationFileLoaderService extends AbstractService {
return defaultPermissions;
}
interface Listener {
public interface Listener {
void onReload(AllocationConfiguration info) throws IOException;
}
}