Looking at the code, the class FeedServiceImpl uses the static variable "feeds" to keep track of FeedGenerator objects.
This variable is of type ArrayList which is not thread-safe but no mechanism protects this variable from concurrent access which could happen when changing the feed configuration at runtime.