From a5fdd4d5f60a67ef105a414ad3243d55c998277e Mon Sep 17 00:00:00 2001 From: Jamie Mac Date: Mon, 10 Jan 2022 10:39:33 +0000 Subject: [PATCH] Messing around with commits --- pom.xml | 6 +++--- src/Acquisition/AcquisitionControl.java | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 78063ef3..98f428a9 100644 --- a/pom.xml +++ b/pom.xml @@ -660,11 +660,11 @@ - + diff --git a/src/Acquisition/AcquisitionControl.java b/src/Acquisition/AcquisitionControl.java index afe5defe..8cbce2fe 100644 --- a/src/Acquisition/AcquisitionControl.java +++ b/src/Acquisition/AcquisitionControl.java @@ -88,7 +88,7 @@ import PamguardMVC.dataOffline.OfflineDataLoadInfo; * NI cards (via UDP), files, directories of files, etc. *

* Uses a plug in architecture to allow new types to be added. This - * is done through RegisterDaqType() + * is done through RegisterDaqType(). * * @author Doug Gillespie *