mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
GP-2974: Fixing warnings
This commit is contained in:
parent
113156a19f
commit
7fa3389119
662 changed files with 2198 additions and 2216 deletions
|
@ -88,7 +88,7 @@ public class RemoveUserCheckoutsScript extends GhidraScript {
|
|||
private int removeCheckouts(RepositoryAdapter repository, String folderPath, String uid, TaskMonitor monitor) throws IOException, CancelledException {
|
||||
int count = 0;
|
||||
for (RepositoryItem item : repository.getItemList(folderPath)) {
|
||||
monitor.checkCanceled();
|
||||
monitor.checkCancelled();
|
||||
count += removeCheckouts(repository, item, uid);
|
||||
}
|
||||
for (String subfolder : repository.getSubfolderList(folderPath)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue