X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=altoslib%2FAltosSpeed.java;h=9b9f7240e781e4b0e8f3568c3b44b7b51158e722;hp=020c137708c19f70c4e61d4f98ba24f0332ea04f;hb=488a527267decece48e6682e0e0c7fc29cbed329;hpb=8d1d8d2a3c129cdbd55427bcda0f26715b02f1ee diff --git a/altoslib/AltosSpeed.java b/altoslib/AltosSpeed.java index 020c1377..9b9f7240 100644 --- a/altoslib/AltosSpeed.java +++ b/altoslib/AltosSpeed.java @@ -15,7 +15,7 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -package org.altusmetrum.altoslib_1; +package org.altusmetrum.altoslib_2; public class AltosSpeed extends AltosUnits { @@ -37,7 +37,7 @@ public class AltosSpeed extends AltosUnits { return "meters per second"; } - int show_fraction(int width) { + public int show_fraction(int width) { return width / 9; } } \ No newline at end of file