From: David ‘Bombe’ Roden Date: Wed, 13 Oct 2010 17:42:12 +0000 (+0200) Subject: Add synchronization note. X-Git-Tag: 0.1-RC1~455 X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=1f6a99de95988a0299faff512ab457ae1172dc46;p=Sone.git Add synchronization note. --- diff --git a/src/main/java/net/pterodactylus/sone/data/Sone.java b/src/main/java/net/pterodactylus/sone/data/Sone.java index b5e3b08..8b2367b 100644 --- a/src/main/java/net/pterodactylus/sone/data/Sone.java +++ b/src/main/java/net/pterodactylus/sone/data/Sone.java @@ -27,6 +27,8 @@ import freenet.keys.FreenetURI; /** * A Sone defines everything about a user: the {@link User} itself, her profile, * her status updates. + *

+ * Operations that modify the Sone need to synchronize on the Sone in question. * * @author David ‘Bombe’ Roden */