mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-06 16:51:37 +00:00
Add notice about getSectors() returning a shallow copy.
This commit is contained in:
@@ -100,7 +100,8 @@ public final class SectorRepository {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the {@link List} of {@link Sector}s.
|
* Gets the {@link List} of {@link Sector}s. This is a shallow copy (i.e. modifying the list will not change the
|
||||||
|
* repository, but modifying the sectors in the list will change the sectors).
|
||||||
*
|
*
|
||||||
* @return The list.
|
* @return The list.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user