Skip to content

Commit

Permalink
Merge pull request #1097 from lat-lon/fixConcurrentModificationExcept…
Browse files Browse the repository at this point in the history
…ion-1096

Fix ConcurrentModificationException
  • Loading branch information
stephanr authored Jan 29, 2021
2 parents 20f8d90 + a76997d commit 3f57228
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,6 @@ public <T extends Resource> void destroy( ResourceIdentifier<T> id ) {
states.remove( id );
removeMetadataFromResourceManager( id );
resources.remove( id );
graph.removeNode( id );
errors.clear( id );
}

Expand Down

0 comments on commit 3f57228

Please sign in to comment.