]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/data/FieldList.java
Version 8, September 2009
[GpsPrune.git] / tim / prune / data / FieldList.java
index 5e567ea8512bd80caae67370f0f58734979fabd1..1542f09eab32e593ef1522f49d518e4ac87e2dcc 100644 (file)
@@ -6,6 +6,7 @@ package tim.prune.data;
  */
 public class FieldList
 {
+       /** Array of Field objects making the list */
        private Field[] _fieldArray;
 
 
@@ -29,7 +30,7 @@ public class FieldList
 
        /**
         * Constructor giving array of Field objects
-        * @param inFieldArray
+        * @param inFieldArray array of Field objects
         */
        public FieldList(Field[] inFieldArray)
        {
@@ -62,8 +63,7 @@ public class FieldList
 
 
        /**
-        * Check whether the FieldList contains the given
-        * Field object
+        * Check whether the FieldList contains the given Field object
         * @param inField Field to check
         * @return true if the FieldList contains the given field
         */