Merge remote-tracking branch 'origin/master'
[fw/altos] / altoslib / AltosSpeed.java
index 4e2daf5ad05f9e4553641a4c117c3c31c7b648d4..9b9f7240e781e4b0e8f3568c3b44b7b51158e722 100644 (file)
@@ -15,7 +15,7 @@
  * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
  */
 
-package org.altusmetrum.AltosLib;
+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