mirror of
https://github.com/PAMGuard/PAMGuard.git
synced 2024-11-25 00:22:27 +00:00
parent
769193703a
commit
48c5387291
@ -4,7 +4,7 @@
|
||||
<groupId>org.pamguard</groupId>
|
||||
<artifactId>Pamguard</artifactId>
|
||||
<name>Pamguard Java12+</name>
|
||||
<version>2.02.10aa</version>
|
||||
<version>2.02.10b</version>
|
||||
<description>Pamguard for Java 12+, using Maven to control dependcies</description>
|
||||
<url>www.pamguard.org</url>
|
||||
<organization>
|
||||
|
@ -36,7 +36,7 @@ public class PamguardVersionInfo {
|
||||
/**
|
||||
* Release date
|
||||
*/
|
||||
static public final String date = "30 January 2024";
|
||||
static public final String date = "2 March 2024";
|
||||
|
||||
// /**
|
||||
// * Release type - Beta or Core
|
||||
|
@ -451,7 +451,7 @@ public class BinaryOutputStream {
|
||||
footer.setHighestUID(parentDataBlock.getUidHandler().getCurrentUID());
|
||||
boolean ok = footer.writeFooter(dataOutputStream, BinaryStore.getCurrentFileFormat());
|
||||
if (noiseOutputStream != null) {
|
||||
footer.setnObjects(storedNoiseCount);
|
||||
// footer.setnObjects(storedNoiseCount);
|
||||
ok &= footer.writeFooter(noiseOutputStream, BinaryStore.getCurrentFileFormat());
|
||||
}
|
||||
lastObjectType = BinaryTypes.FILE_FOOTER;
|
||||
|
Loading…
Reference in New Issue
Block a user