mirror of
https://github.com/PAMGuard/PAMGuard.git
synced 2024-11-21 22:52:22 +00:00
Added fullstop
This commit is contained in:
parent
ace7132184
commit
255c663af1
@ -6,7 +6,7 @@
|
||||
<attribute name="maven.pomderived" value="true"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk-16.0.1">
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/AdoptOpenJDK 16">
|
||||
<attributes>
|
||||
<attribute name="module" value="true"/>
|
||||
<attribute name="maven.pomderived" value="true"/>
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@
|
||||
|
||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||
hs_err_pid*
|
||||
/target/
|
||||
|
6
pom.xml
6
pom.xml
@ -660,11 +660,11 @@
|
||||
<!-- https://mvnrepository.com/artifact/org.springframework/org.springframework.core -->
|
||||
|
||||
<!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
|
||||
<dependency>
|
||||
<!-- <dependency>
|
||||
<groupId>org.postgresql</groupId>
|
||||
<artifactId>postgresql</artifactId>
|
||||
<version>42.2.24</version>
|
||||
</dependency>
|
||||
<version>42.3.1</version>
|
||||
</dependency>-->
|
||||
|
||||
<!-- https://mvnrepository.com/artifact/org.renjin/renjin-script-engine -->
|
||||
<dependency>
|
||||
|
@ -88,7 +88,7 @@ import PamguardMVC.dataOffline.OfflineDataLoadInfo;
|
||||
* NI cards (via UDP), files, directories of files, etc.
|
||||
* <p>
|
||||
* Uses a plug in architecture to allow new types to be added. This
|
||||
* is done through RegisterDaqType()
|
||||
* is done through RegisterDaqType().
|
||||
*
|
||||
* @author Doug Gillespie
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user