Slightly improve javadoc
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 7 Oct 2015 18:48:42 +0000 (20:48 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 7 Oct 2015 18:48:42 +0000 (20:48 +0200)
src/main/java/net/pterodactylus/sone/data/Id.java

index bc875b9..f32627c 100644 (file)
@@ -6,7 +6,7 @@ import com.google.common.hash.HashFunction;
 import com.google.common.hash.Hashing;
 
 /**
- * Container for a new, combined ID, originally computed from a {@link Sone}’s ID and an element’s ID.
+ * Container for a combined ID, originally computed from a {@link Sone}’s ID and an element’s ID.
  *
  * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */