mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
Removed useless comment
This commit is contained in:
@@ -18,7 +18,6 @@ public class AsyncArraySubscriberStore implements SubscriberStore {
|
|||||||
return new Subscriber<?, ?>[]{sub};
|
return new Subscriber<?, ?>[]{sub};
|
||||||
}
|
}
|
||||||
|
|
||||||
// FAST copy append
|
|
||||||
int len = arr.length;
|
int len = arr.length;
|
||||||
Subscriber<?, ?>[] newArr = new Subscriber[len + 1];
|
Subscriber<?, ?>[] newArr = new Subscriber[len + 1];
|
||||||
System.arraycopy(arr, 0, newArr, 0, len);
|
System.arraycopy(arr, 0, newArr, 0, len);
|
||||||
|
|||||||
Reference in New Issue
Block a user