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

View File

@ -639,7 +639,7 @@ protected List<Permission> getDefaultPermissions() {
return defaultPermissions; return defaultPermissions;
} }
interface Listener { public interface Listener {
void onReload(AllocationConfiguration info) throws IOException; void onReload(AllocationConfiguration info) throws IOException;
} }
} }