X-Git-Url: https://gitweb.fperrin.net/?p=GpsPrune.git;a=blobdiff_plain;f=tim%2Fprune%2Fdata%2FFieldList.java;h=1542f09eab32e593ef1522f49d518e4ac87e2dcc;hp=e4baecc97524e6b5b61ac37da47b8fe95ec9ff0e;hb=112bb0c9b46894adca9a33ed8c99ea712b253185;hpb=54b9d8bc8f0025ccf97a67d9dd217ef1f9cf082f diff --git a/tim/prune/data/FieldList.java b/tim/prune/data/FieldList.java index e4baecc..1542f09 100644 --- a/tim/prune/data/FieldList.java +++ b/tim/prune/data/FieldList.java @@ -6,6 +6,7 @@ package tim.prune.data; */ public class FieldList { + /** Array of Field objects making the list */ private Field[] _fieldArray; @@ -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 */