]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/data/FieldType.java
Version 7, February 2009
[GpsPrune.git] / tim / prune / data / FieldType.java
index fca0ed720f1fd512aaed376530bd94c85e2ceb3a..a92748ae94b12f2767c9a121ec51b9ba491372fe 100644 (file)
@@ -23,4 +23,12 @@ public class FieldType
        {
                _id = inId;
        }
+
+       /**
+        * Method only needed to avoid compiler warnings
+        * @return id
+        */
+       protected char getId() {
+               return _id;
+       }
 }