Add synchronization note.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 13 Oct 2010 17:42:12 +0000 (19:42 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 13 Oct 2010 17:42:12 +0000 (19:42 +0200)
src/main/java/net/pterodactylus/sone/data/Sone.java

index b5e3b08..8b2367b 100644 (file)
@@ -27,6 +27,8 @@ import freenet.keys.FreenetURI;
 /**
  * A Sone defines everything about a user: the {@link User} itself, her profile,
  * her status updates.
+ * <p>
+ * Operations that modify the Sone need to synchronize on the Sone in question.
  *
  * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */