YARN-6000. Make AllocationFileLoaderService.Listener public. (Tao Jie via kasha)
This commit is contained in:
parent
4e9029653d
commit
4d3f73acc0
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user