From: David ‘Bombe’ Roden Date: Fri, 23 Sep 2011 22:24:38 +0000 (+0200) Subject: Fix javadoc. X-Git-Tag: 0.7^2~2^2~10 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=8001b4629909156281c7fccfca79e4b6afbf36c0 Fix javadoc. --- diff --git a/src/main/java/net/pterodactylus/sone/data/Album.java b/src/main/java/net/pterodactylus/sone/data/Album.java index d3bd6a4..b15bc00 100644 --- a/src/main/java/net/pterodactylus/sone/data/Album.java +++ b/src/main/java/net/pterodactylus/sone/data/Album.java @@ -269,8 +269,8 @@ public class Album implements Fingerprintable { } /** - * Move the given image down in this album’s images. If the image is already - * the last image, nothing happens. + * Moves the given image down in this album’s images. If the image is + * already the last image, nothing happens. * * @param image * The image to move down