Add notice about getSectors() returning a shallow copy.

This commit is contained in:
Major-
2014-08-01 15:09:20 +01:00
parent 9942d6f81b
commit b32b5bee55
@@ -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.
*/