diff --git a/SpiNNaker-front-end/src/main/java/uk/ac/manchester/spinnaker/front_end/download/DataGatherer.java b/SpiNNaker-front-end/src/main/java/uk/ac/manchester/spinnaker/front_end/download/DataGatherer.java index be1bda0014..185342e4f7 100644 --- a/SpiNNaker-front-end/src/main/java/uk/ac/manchester/spinnaker/front_end/download/DataGatherer.java +++ b/SpiNNaker-front-end/src/main/java/uk/ac/manchester/spinnaker/front_end/download/DataGatherer.java @@ -492,10 +492,9 @@ protected abstract Region getRecordingRegion( InterruptedException; /** - * Store the data retrieved from a region. Called (at most) once for each - * element in the list returned by {@link #getRecordingRegion(Placement, int)} - * getRegion(...)}, in order. No guarantee is made about which thread - * will call this method. + * Store the data retrieved from a region + * + * No guarantee is made about which thread will call this method. * * @param r * Where the data came from.