X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fdata%2FSone.java;h=acf903141bfb0db698eb6adc99df5d214a1c8b25;hb=5f4e40308ba607fb02310fc235b8693dedd7d0a9;hp=93e05e8abb4b5f1532515e68687f4aa4a5a56465;hpb=1b53b3ea48254d51bfe8c9389066fc9628efab4b;p=Sone.git diff --git a/src/main/java/net/pterodactylus/sone/data/Sone.java b/src/main/java/net/pterodactylus/sone/data/Sone.java index 93e05e8..acf9031 100644 --- a/src/main/java/net/pterodactylus/sone/data/Sone.java +++ b/src/main/java/net/pterodactylus/sone/data/Sone.java @@ -294,7 +294,7 @@ public interface Sone extends Identified, Fingerprintable, Comparable { * * @return The friend Sones of this Sone */ - List getFriends(); + Collection getFriends(); /** * Returns whether this Sone has the given Sone as a friend Sone.