diff options
Diffstat (limited to 'altoslib/AltosSpeed.java')
| -rw-r--r-- | altoslib/AltosSpeed.java | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/altoslib/AltosSpeed.java b/altoslib/AltosSpeed.java index 4e2daf5a..6fb624fb 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; +package org.altusmetrum.altoslib_1;  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  | 
