Update javadoc to refer to correct source file. Removed unused import.

This commit is contained in:
Kevin Ruland 2011-12-13 18:54:38 +00:00
parent b899ca127d
commit a630385fc9

View File

@ -5,7 +5,6 @@ import java.util.List;
import net.sf.openrocket.util.ArrayList; import net.sf.openrocket.util.ArrayList;
import net.sf.openrocket.util.BuildProperties; import net.sf.openrocket.util.BuildProperties;
import net.sf.openrocket.util.ComparablePair; import net.sf.openrocket.util.ComparablePair;
import net.sf.openrocket.util.Prefs;
public class UpdateInfo { public class UpdateInfo {
@ -28,7 +27,7 @@ public class UpdateInfo {
/** /**
* Get the latest OpenRocket version. If it is the current version, then the value * 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. * @return the latest OpenRocket version.
*/ */