From: kruland2607 Date: Tue, 13 Dec 2011 18:54:38 +0000 (+0000) Subject: Update javadoc to refer to correct source file. Removed unused import. X-Git-Tag: upstream/12.03~1^2~249 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=d8a24af94102e984ad403b139e61eb6a8a8b7f69;p=debian%2Fopenrocket Update javadoc to refer to correct source file. Removed unused import. git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@221 180e2498-e6e9-4542-8430-84ac67f01cd8 --- diff --git a/src/net/sf/openrocket/communication/UpdateInfo.java b/src/net/sf/openrocket/communication/UpdateInfo.java index cc12da75..78458b81 100644 --- a/src/net/sf/openrocket/communication/UpdateInfo.java +++ b/src/net/sf/openrocket/communication/UpdateInfo.java @@ -5,7 +5,6 @@ import java.util.List; import net.sf.openrocket.util.ArrayList; import net.sf.openrocket.util.BuildProperties; import net.sf.openrocket.util.ComparablePair; -import net.sf.openrocket.util.Prefs; public class UpdateInfo { @@ -28,7 +27,7 @@ public class UpdateInfo { /** * Get the latest OpenRocket version. If it is the current version, then the value - * of {@link Prefs#getVersion()} is returned. + * of {@link BuildProperties#getVersion()} is returned. * * @return the latest OpenRocket version. */