Revert "Added fullstop"

This reverts commit 255c663af1.
This commit is contained in:
douggillespie 2022-01-10 10:24:21 +00:00
parent 32dd401dd9
commit f03f66782a
4 changed files with 5 additions and 6 deletions

View File

@ -6,7 +6,7 @@
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/AdoptOpenJDK 16"> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk-16.0.1">
<attributes> <attributes>
<attribute name="module" value="true"/> <attribute name="module" value="true"/>
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>

1
.gitignore vendored
View File

@ -21,4 +21,3 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid* hs_err_pid*
/target/

View File

@ -660,11 +660,11 @@
<!-- https://mvnrepository.com/artifact/org.springframework/org.springframework.core --> <!-- https://mvnrepository.com/artifact/org.springframework/org.springframework.core -->
<!-- https://mvnrepository.com/artifact/org.postgresql/postgresql --> <!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
<!-- <dependency> <dependency>
<groupId>org.postgresql</groupId> <groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId> <artifactId>postgresql</artifactId>
<version>42.3.1</version> <version>42.2.24</version>
</dependency>--> </dependency>
<!-- https://mvnrepository.com/artifact/org.renjin/renjin-script-engine --> <!-- https://mvnrepository.com/artifact/org.renjin/renjin-script-engine -->
<dependency> <dependency>

View File

@ -88,7 +88,7 @@ import PamguardMVC.dataOffline.OfflineDataLoadInfo;
* NI cards (via UDP), files, directories of files, etc. * NI cards (via UDP), files, directories of files, etc.
* <p> * <p>
* Uses a plug in architecture to allow new types to be added. This * Uses a plug in architecture to allow new types to be added. This
* is done through RegisterDaqType(). * is done through RegisterDaqType()
* *
* @author Doug Gillespie * @author Doug Gillespie
* *