YARN-6000. Make AllocationFileLoaderService.Listener public. (Tao Jie via kasha)
(cherry picked from commit 4d3f73acc0
)
This commit is contained in:
parent
c4eeac02de
commit
1b1a25cca6
|
@ -639,7 +639,7 @@ public class AllocationFileLoaderService extends AbstractService {
|
|||
return defaultPermissions;
|
||||
}
|
||||
|
||||
interface Listener {
|
||||
public interface Listener {
|
||||
void onReload(AllocationConfiguration info) throws IOException;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue