diff options
| author | Bdale Garbee <bdale@gag.com> | 2015-07-16 07:54:35 -0600 | 
|---|---|---|
| committer | Bdale Garbee <bdale@gag.com> | 2015-07-16 07:54:35 -0600 | 
| commit | 87c8bb3956897830da1f7aaca2990a9571767b73 (patch) | |
| tree | 6f33c44d767fb0c3433a2b9a79642031974f8a51 /micropeak/MicroDataPoint.java | |
| parent | 643c2fb03833d658320f476ef731bbb06fe3cc31 (diff) | |
| parent | d6445b3739ac2c5dd040efdb97317a6b2a48044a (diff) | |
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
Diffstat (limited to 'micropeak/MicroDataPoint.java')
| -rw-r--r-- | micropeak/MicroDataPoint.java | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/micropeak/MicroDataPoint.java b/micropeak/MicroDataPoint.java index 1d42032f..1c36fefe 100644 --- a/micropeak/MicroDataPoint.java +++ b/micropeak/MicroDataPoint.java @@ -17,7 +17,7 @@  package org.altusmetrum.micropeak; -import org.altusmetrum.altosuilib_7.*; +import org.altusmetrum.altosuilib_8.*;  public class MicroDataPoint implements AltosUIDataPoint {  	public double		time; | 
