X-Git-Url: http://gitweb.fperrin.net/?a=blobdiff_plain;f=tim%2Fprune%2Fload%2FBabelFileFormats.java;fp=tim%2Fprune%2Fload%2FBabelFileFormats.java;h=16030ca64cbb03223c4abd0ca32c89f0c4c8a0db;hb=326f489e36aa7f235bc19409a57bf4955cd50f24;hp=2d1c9e80098ee85d29250b68b36b5c075389a3bc;hpb=8c8868ae29b3252f02e094c02307384cf61ba667;p=GpsPrune.git diff --git a/tim/prune/load/BabelFileFormats.java b/tim/prune/load/BabelFileFormats.java index 2d1c9e8..16030ca 100644 --- a/tim/prune/load/BabelFileFormats.java +++ b/tim/prune/load/BabelFileFormats.java @@ -11,7 +11,7 @@ public abstract class BabelFileFormats /** * @return an object array for the format descriptions */ - public static Object[] getDescriptions() { + public static String[] getDescriptions() { return getColumn(0); }