diff options
author | Keith Packard <keithp@keithp.com> | 2013-01-29 14:52:23 +1100 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-01-29 14:52:23 +1100 |
commit | 5a3c5de6657d1c26e52015a8acec0cd05e294cef (patch) | |
tree | 4f209c0eb88577727b16d44c8a66346056e4b050 /altoslib/AltosTelemetryRecordSatellite.java | |
parent | 5eb52f54a616f4e89b718d50d77a7b68cf7a4354 (diff) |
Change AltosLib to altoslib
Follow Java conventions
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altoslib/AltosTelemetryRecordSatellite.java')
-rw-r--r-- | altoslib/AltosTelemetryRecordSatellite.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/altoslib/AltosTelemetryRecordSatellite.java b/altoslib/AltosTelemetryRecordSatellite.java index 2526afb6..b9418f27 100644 --- a/altoslib/AltosTelemetryRecordSatellite.java +++ b/altoslib/AltosTelemetryRecordSatellite.java @@ -15,7 +15,7 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -package org.altusmetrum.AltosLib; +package org.altusmetrum.altoslib; public class AltosTelemetryRecordSatellite extends AltosTelemetryRecordRaw { int channels; |